guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: spdlog: Update to 1.8.5.


From: guix-commits
Subject: 04/06: gnu: spdlog: Update to 1.8.5.
Date: Sun, 28 Mar 2021 12:47:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit da29d63a10409e7886bb825a6e03ea2af787009a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 28 18:28:46 2021 +0200

    gnu: spdlog: Update to 1.8.5.
    
    * gnu/packages/logging.scm (spdlog): Update to 1.8.5.
---
 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 09e9d59..b879fec 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.3")
+    (version "1.8.5")
     (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 "1qcabdc3yrm30vapn7g7lf3bwjissl15y66mpmx2w0gjjc6aqdd1"))))
+        (base32 "179krvg5sad6dviqpcjwg6czzknnilqszrg1d0fgp12h6sy66vqg"))))
     (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]