Archived
1
0
Fork 0

gnu: spdlog: Update to 1.5.0.

* gnu/packages/logging.scm (spdlog): Update to 1.5.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2020-03-15 16:28:51 +11:00 committed by Ludovic Courtès
parent 1afd98dc93
commit 5ea2058409
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -179,7 +179,7 @@ windows in a terminal, colorize, filter and merge.")
(define-public spdlog (define-public spdlog
(package (package
(name "spdlog") (name "spdlog")
(version "1.3.1") (version "1.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -189,7 +189,7 @@ windows in a terminal, colorize, filter and merge.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1rd4zmrlkcdjx0m0wpmjm1g9srj7jak6ai08qkhbn2lsn0niifzd")))) "0dn44r3xbw1w0bk9yflnxkh3rzdq2bpxkks44skfmqig0rsj1f1x"))))
(build-system cmake-build-system) (build-system cmake-build-system)
;; TODO run benchmark. Currently not possible, as adding ;; TODO run benchmark. Currently not possible, as adding
;; (gnu packages benchmark) forms a dependency cycle ;; (gnu packages benchmark) forms a dependency cycle