guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit fce3ecaed143e950850c83fd9df7ea6d5d5558f0
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Jan 27 11:58:55 2026 +0100
gnu: spdlog: Change default to spdlog-15.
* gnu/packages/logging.scm (spdlog): Define as spdlog-15 instead of
spdlog-13.
Change-Id: I351730c8f9e585bc1a7c85aef98b983793f93a46
---
gnu/packages/logging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index e9f110de2c..704815c742 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -331,7 +331,7 @@ library.")
(replace "fmt" fmt-9)))))
;; Update when changing the pinned version of fmt.
-(define-public spdlog spdlog-1.13)
+(define-public spdlog spdlog-1.15)
(define-public rsyslog
(package