civodul pushed a commit to branch master
in repository guix.

commit 159bf4ac24fb2fbdad51619aa8784e0e8154d6cc
Author: Greg Hogan <[email protected]>
AuthorDate: Mon Nov 7 19:47:43 2022 +0000

    gnu: bear: Replace spdlog with spdlog-1.10.
    
    * gnu/packages/build-tools.scm (bear)[inputs]: Replace spdlog with
    spdlog-1.10.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
        ("protobuf" ,protobuf)
        ("python" ,python-wrapper)
        ("re2" ,re2)
-       ("spdlog" ,spdlog)))
+       ("spdlog" ,spdlog-1.10)))
     (native-inputs
      `(("abseil-cpp" ,abseil-cpp)
        ("googletest" ,googletest)

Reply via email to