me
/
guix
Archived
1
0
Fork 0

gnu: spdlog: Update to 1.9.2.

* gnu/packages/logging.scm (spdlog): Update to 1.9.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2021-10-08 19:06:56 +00:00 committed by Ludovic Courtès
parent 114005bea6
commit c899566b2f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ output in multiple windows in a terminal.")
(define-public spdlog
(package
(name "spdlog")
(version "1.8.5")
(version "1.9.2")
(source
(origin
(method git-fetch)
@ -199,7 +199,7 @@ output in multiple windows in a terminal.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "179krvg5sad6dviqpcjwg6czzknnilqszrg1d0fgp12h6sy66vqg"))))
(base32 "1img03ka63hf3sb62v5f02ax5jc9mlpz5cijr38xxzymvcg1s98r"))))
(build-system cmake-build-system)
;; TODO run benchmark. Currently not possible, as adding
;; (gnu packages benchmark) forms a dependency cycle