gnu: spdlog: Update to 1.8.2.
authorBrett Gilio <brettg@gnu.org>
Sun, 20 Dec 2020 20:57:10 +0000 (14:57 -0600)
committerBrett Gilio <brettg@gnu.org>
Sun, 20 Dec 2020 20:57:10 +0000 (14:57 -0600)
* gnu/packages/logging.scm (spdlog): Update to 1.8.2.

gnu/packages/logging.scm

index d7cd44b..39217e1 100644 (file)
@@ -190,7 +190,7 @@ output in multiple windows in a terminal.")
 (define-public spdlog
   (package
     (name "spdlog")
-    (version "1.7.0")
+    (version "1.8.2")
     (source
      (origin
        (method git-fetch)
@@ -200,7 +200,7 @@ output in multiple windows in a terminal.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j"))))
+         "03vmwbi9v7r3v8kzd0lj10fchp54kxbxwzfx7dp6qzkxjrvmx2dx"))))
     (build-system cmake-build-system)
     ;; TODO run benchmark. Currently not possible, as adding
     ;; (gnu packages benchmark) forms a dependency cycle