mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "spdlog")
|
||||
(version "1.8.3")
|
||||
(version "1.8.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -199,7 +199,7 @@ (define-public spdlog
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qcabdc3yrm30vapn7g7lf3bwjissl15y66mpmx2w0gjjc6aqdd1"))))
|
||||
(base32 "179krvg5sad6dviqpcjwg6czzknnilqszrg1d0fgp12h6sy66vqg"))))
|
||||
(build-system cmake-build-system)
|
||||
;; TODO run benchmark. Currently not possible, as adding
|
||||
;; (gnu packages benchmark) forms a dependency cycle
|
||||
|
|
Loading…
Reference in a new issue