guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: spdlog: Update to 1.9.2.


From: guix-commits
Subject: 02/10: gnu: spdlog: Update to 1.9.2.
Date: Sat, 13 Nov 2021 18:32:45 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c899566b2f13b57ab4c9a91e150f0cad27059d31
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Oct 8 19:06:56 2021 +0000

    gnu: spdlog: Update to 1.9.2.
    
    * gnu/packages/logging.scm (spdlog): Update to 1.9.2.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/logging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 6a4975e..06a1905 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -190,7 +190,7 @@ output in multiple windows in a terminal.")
 (define-public spdlog
   (package
     (name "spdlog")
-    (version "1.8.5")
+    (version "1.9.2")
     (source
      (origin
        (method git-fetch)
@@ -199,7 +199,7 @@ output in multiple windows in a terminal.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "179krvg5sad6dviqpcjwg6czzknnilqszrg1d0fgp12h6sy66vqg"))))
+        (base32 "1img03ka63hf3sb62v5f02ax5jc9mlpz5cijr38xxzymvcg1s98r"))))
     (build-system cmake-build-system)
     ;; TODO run benchmark. Currently not possible, as adding
     ;; (gnu packages benchmark) forms a dependency cycle



reply via email to

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