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 @@ (define-public multitail
(define-public spdlog
(package
(name "spdlog")
(version "1.3.1")
(version "1.5.0")
(source
(origin
(method git-fetch)
@ -189,7 +189,7 @@ (define-public spdlog
(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