gnu: spdlog: Update to 1.7.0.
* gnu/packages/logging.scm (spdlog): Update to 1.7.0.
This commit is contained in:
parent
7e482107e8
commit
bdbf4d54c4
1 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ windows in a terminal, colorize, filter and merge.")
|
||||||
(define-public spdlog
|
(define-public spdlog
|
||||||
(package
|
(package
|
||||||
(name "spdlog")
|
(name "spdlog")
|
||||||
(version "1.6.1")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -201,7 +201,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
|
||||||
"1b1b3zmbyjgqz5yfdgaasi55x03d37z7l2pasvgikx3mm1gabq5a"))))
|
"1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue