Archived
1
0
Fork 0

gnu: spdlog: Update to 1.8.2.

* gnu/packages/logging.scm (spdlog): Update to 1.8.2.
This commit is contained in:
Brett Gilio 2020-12-20 14:57:10 -06:00
parent 8b46a7e319
commit a0cebd176a
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -190,7 +190,7 @@ output in multiple windows in a terminal.")
(define-public spdlog (define-public spdlog
(package (package
(name "spdlog") (name "spdlog")
(version "1.7.0") (version "1.8.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -200,7 +200,7 @@ output in multiple windows in a terminal.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j")))) "03vmwbi9v7r3v8kzd0lj10fchp54kxbxwzfx7dp6qzkxjrvmx2dx"))))
(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