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

commit f616eb9b96efa7209c83da3ffda71217c1915884
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.
    * gnu/packages/wm.scm (waybar)[inputs]: Replace spdlog-1.13 by spdlog.
    
    Change-Id: I351730c8f9e585bc1a7c85aef98b983793f93a46
---
 gnu/packages/logging.scm | 2 +-
 gnu/packages/wm.scm      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b260e25ebc..1356ae4725 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3145,7 +3145,7 @@ compository, supporting the following features:
                   pipewire
                   playerctl
                   pulseaudio
-                  spdlog-1.13
+                  spdlog
                   wayland
                   wireplumber))
     (native-inputs

Reply via email to