guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/12: gnu: bear: Replace spdlog with spdlog-1.10.


From: guix-commits
Subject: 09/12: gnu: bear: Replace spdlog with spdlog-1.10.
Date: Fri, 11 Nov 2022 17:19:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 159bf4ac24fb2fbdad51619aa8784e0e8154d6cc
Author: Greg Hogan <code@greghogan.com>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]