guix-patches
[Top][All Lists]
Advanced

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

[bug#40068] [PATCH 2/4] gnu: spdlog: Update to 1.5.0.


From: Brendan Tildesley
Subject: [bug#40068] [PATCH 2/4] gnu: spdlog: Update to 1.5.0.
Date: Sun, 15 Mar 2020 16:28:51 +1100

* gnu/packages/logging.scm (spdlog): Update to 1.5.0
---
 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 d75c44aea6..8496b6256d 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -179,7 +179,7 @@ windows in a terminal, colorize, filter and merge.")
 (define-public spdlog
   (package
     (name "spdlog")
-    (version "1.3.1")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -189,7 +189,7 @@ windows in a terminal, colorize, filter and merge.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1rd4zmrlkcdjx0m0wpmjm1g9srj7jak6ai08qkhbn2lsn0niifzd"))))
+         "0dn44r3xbw1w0bk9yflnxkh3rzdq2bpxkks44skfmqig0rsj1f1x"))))
     (build-system cmake-build-system)
     ;; TODO run benchmark. Currently not possible, as adding
     ;; (gnu packages benchmark) forms a dependency cycle
-- 
2.25.1






reply via email to

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