summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-03-31 13:04:46 +0000
committerGreg Hogan <code@greghogan.com>2025-05-02 16:28:12 +0000
commit06c28407b1ca10cc2f9c7c4d06a97a8cb6da6953 (patch)
treea8b0d20378dc5051a91be1e72e7d9400c44d14ad
parentbedbae6e652fbcc99198dcdf76a934f37aac840f (diff)
gnu: spdlog: Update to 1.15.2.
* gnu/packages/logging.scm (spdlog): Update to 1.15.2. Change-Id: I876cb160023f53033f0921529934c008d38c2a07
-rw-r--r--gnu/packages/logging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index b5431566fe..7425cd2740 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -239,7 +239,7 @@ output in multiple windows in a terminal.")
(define-public spdlog
(package
(name "spdlog")
- (version "1.15.1")
+ (version "1.15.2")
(source
(origin
(method git-fetch)
@@ -248,7 +248,7 @@ output in multiple windows in a terminal.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1drpbn7b6iikypdlsvzpcjwyls0rqzl7sz7f7xjbn3d7ic55a1p1"))))
+ (base32 "0n6i8d5aycvp9n2zz2rz67s1y19cw9m5j3pk4719d3a5czh4267m"))))
(build-system cmake-build-system)
;; TODO run benchmark. Currently not possible, as adding
;; (gnu packages benchmark) forms a dependency cycle