From f7363c91cf13d6af0990e25e7252f5269e1f8653 Mon Sep 17 00:00:00 2001 From: Xieamoe Date: Tue, 20 Feb 2024 12:52:36 -0800 Subject: [PATCH] Updated scm --- cmake/dev-mode.cmake | 2 +- gd-tools.scm | 8 ++++---- tests/CMakeLists.txt.fixme | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/dev-mode.cmake b/cmake/dev-mode.cmake index 9e0a21b..a950b4c 100644 --- a/cmake/dev-mode.cmake +++ b/cmake/dev-mode.cmake @@ -25,7 +25,7 @@ if( ${GUIX} ) include(tests/Catch.cmake) target_link_libraries(tests PRIVATE cpr marisa rdricpp Catch2Main Catch2) else() - target_link_libraries(tests PRIVATE cpr::cpr fmt::fmt nlohmann_json::nlohmann_json marisa rdricpp Catch2::Catch2WithMain) + target_link_libraries(tests PRIVATE cpr::cpr nlohmann_json::nlohmann_json marisa rdricpp Catch2::Catch2WithMain) endif() diff --git a/gd-tools.scm b/gd-tools.scm index 6ad2cdc..9c861a6 100644 --- a/gd-tools.scm +++ b/gd-tools.scm @@ -136,8 +136,8 @@ (method git-fetch) (uri (git-reference (url "https://codeberg.org/xieamoe/gd-tools-plus.git") - (commit "9b66d3caf8"))) - (sha256 (base32 "135flpfkp2sjgah92546vpznxz712c5prvbdj93637y9pyrw9rci")))) + (commit "92a21e57e7"))) + (sha256 (base32 "0zwb20s8kzdnzypgrx3cl0z4cicl20icb6pmmxbq8vh5dxpf71fd")))) (build-system cmake-build-system) (arguments @@ -178,5 +178,5 @@ (license (list license:gpl3+ license:zlib)))) - -gd-tools \ No newline at end of file + +gd-tools diff --git a/tests/CMakeLists.txt.fixme b/tests/CMakeLists.txt.fixme index 2ea8307..97e8c68 100644 --- a/tests/CMakeLists.txt.fixme +++ b/tests/CMakeLists.txt.fixme @@ -4,7 +4,7 @@ add_executable(tests tests_main.cpp kana_conv.h util.h) target_compile_features(tests PRIVATE cxx_std_23) # Should be linked to the rdricpp library, as well as the Catch2 testing library -#target_link_libraries(tests PRIVATE cpr::cpr fmt::fmt nlohmann_json::nlohmann_json marisa rdricpp Catch2::Catch2WithMain) +#target_link_libraries(tests PRIVATE cpr::cpr nlohmann_json::nlohmann_json marisa rdricpp Catch2::Catch2WithMain) target_link_libraries(tests PRIVATE cpr::cpr marisa rdricpp Catch2Main)