guix-commits
[Top][All Lists]
Advanced

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

23/32: gnu: spdlog: Update to 1.10.0.


From: guix-commits
Subject: 23/32: gnu: spdlog: Update to 1.10.0.
Date: Mon, 2 May 2022 09:16:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9bf9da2571733003373689bcedf570d69f3bc897
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 22 16:56:21 2022 +0000

    gnu: spdlog: Update to 1.10.0.
    
    * gnu/packages/logging.scm (spdlog): Update to 1.10.0.
    
    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 0ab3beff15..4391287d12 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -200,7 +200,7 @@ output in multiple windows in a terminal.")
 (define-public spdlog
   (package
     (name "spdlog")
-    (version "1.9.2")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -209,7 +209,7 @@ output in multiple windows in a terminal.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1img03ka63hf3sb62v5f02ax5jc9mlpz5cijr38xxzymvcg1s98r"))))
+        (base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))))
     (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]