mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: spdlog: Update to 1.8.5.
* gnu/packages/logging.scm (spdlog): Update to 1.8.5.
This commit is contained in:
parent
b30407b82f
commit
da29d63a10
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ (define-public multitail
|
||||||
(define-public spdlog
|
(define-public spdlog
|
||||||
(package
|
(package
|
||||||
(name "spdlog")
|
(name "spdlog")
|
||||||
(version "1.8.3")
|
(version "1.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -199,7 +199,7 @@ (define-public spdlog
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qcabdc3yrm30vapn7g7lf3bwjissl15y66mpmx2w0gjjc6aqdd1"))))
|
(base32 "179krvg5sad6dviqpcjwg6czzknnilqszrg1d0fgp12h6sy66vqg"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue