gnu: spdlog: Update to 1.10.0.
* gnu/packages/logging.scm (spdlog): Update to 1.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c152174ca2
commit
9bf9da2571
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ (define-public multitail
|
||||||
(define-public spdlog
|
(define-public spdlog
|
||||||
(package
|
(package
|
||||||
(name "spdlog")
|
(name "spdlog")
|
||||||
(version "1.9.2")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -209,7 +209,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 "1img03ka63hf3sb62v5f02ax5jc9mlpz5cijr38xxzymvcg1s98r"))))
|
(base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))))
|
||||||
(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