guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 5ddb4a12c213941403e438b0b8463e76870b2b80
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 b1fb33278a..b106c8fafc 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

Reply via email to