diff options
| -rw-r--r-- | gnu/packages/logging.scm | 2 | ||||
| -rw-r--r-- | 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 e9f110de2c0..704815c7425 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 9b4d9eeeae2..9d4122ec93a 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -3160,7 +3160,7 @@ compository, supporting the following features: pipewire playerctl pulseaudio - spdlog-1.13 + spdlog wayland wireplumber)) (native-inputs |
