GNU bug report logs -
#77406
[PATCH sysadmin-team] gnu: spdlog: Update to 1.15.2.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Mon, 31 Mar 2025 15:19:06 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/logging.scm (spdlog): Update to 1.15.2.
Change-Id: I876cb160023f53033f0921529934c008d38c2a07
---
gnu/packages/logging.scm | 4 ++--
1 file 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 @@ (define-public multitail
(define-public spdlog
(package
(name "spdlog")
- (version "1.15.1")
+ (version "1.15.2")
(source
(origin
(method git-fetch)
@@ -248,7 +248,7 @@ (define-public spdlog
(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
base-commit: 773014994fa486727df9c335c778ec678c691075
--
2.49.0
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.