guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: spdlog: Update to 1.5.0.


From: guix-commits
Subject: 07/09: gnu: spdlog: Update to 1.5.0.
Date: Thu, 19 Mar 2020 10:14:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5ea20584090b950c53502ef92c63d0c1949568d8
Author: Brendan Tildesley <address@hidden>
AuthorDate: Sun Mar 15 16:28:51 2020 +1100

    gnu: spdlog: Update to 1.5.0.
    
    * gnu/packages/logging.scm (spdlog): Update to 1.5.0
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 d75c44a..8496b62 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



reply via email to

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