From 159bf4ac24fb2fbdad51619aa8784e0e8154d6cc Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Mon, 7 Nov 2022 19:47:43 +0000 Subject: [PATCH] gnu: bear: Replace spdlog with spdlog-1.10. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/build-tools.scm (bear)[inputs]: Replace spdlog with spdlog-1.10. Signed-off-by: Ludovic Courtès --- gnu/packages/build-tools.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 9cd11f08ea..8627f699a1 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -141,7 +141,7 @@ (define-public bear ("protobuf" ,protobuf) ("python" ,python-wrapper) ("re2" ,re2) - ("spdlog" ,spdlog))) + ("spdlog" ,spdlog-1.10))) (native-inputs `(("abseil-cpp" ,abseil-cpp) ("googletest" ,googletest)