gnu: spdlog: Update to 1.7.0.

* gnu/packages/logging.scm (spdlog): Update to 1.7.0.
This commit is contained in:
Marius Bakke 2020-07-24 00:48:34 +02:00
parent 7e482107e8
commit bdbf4d54c4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -191,7 +191,7 @@ (define-public multitail
(define-public spdlog
(package
(name "spdlog")
(version "1.6.1")
(version "1.7.0")
(source
(origin
(method git-fetch)
@ -201,7 +201,7 @@ (define-public spdlog
(file-name (git-file-name name version))
(sha256
(base32
"1b1b3zmbyjgqz5yfdgaasi55x03d37z7l2pasvgikx3mm1gabq5a"))))
"1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j"))))
(build-system cmake-build-system)
;; TODO run benchmark. Currently not possible, as adding
;; (gnu packages benchmark) forms a dependency cycle