diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm index 9cc28279d7e..b5431566fe4 100644 --- a/gnu/packages/logging.scm +++ b/gnu/packages/logging.scm @@ -239,7 +239,7 @@ output in multiple windows in a terminal.") (define-public spdlog (package (name "spdlog") - (version "1.13.0") + (version "1.15.1") (source (origin (method git-fetch) @@ -248,7 +248,7 @@ output in multiple windows in a terminal.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0zgdmdgnp2y36jrlk85d4fiyjkjd6anly8pambyc3f3v6sg02zyy")))) + (base32 "1drpbn7b6iikypdlsvzpcjwyls0rqzl7sz7f7xjbn3d7ic55a1p1")))) (build-system cmake-build-system) ;; TODO run benchmark. Currently not possible, as adding ;; (gnu packages benchmark) forms a dependency cycle @@ -268,6 +268,19 @@ library.") ;; "include/spdlog/fmt/bundled" is under BSD 2 clause license. (license (list license:expat license:bsd-2)))) +(define-public spdlog-1.13 + (package/inherit spdlog + (version "1.13.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gabime/spdlog") + (commit (string-append "v" version)))) + (file-name (git-file-name (package-name spdlog) version)) + (sha256 + (base32 "0zgdmdgnp2y36jrlk85d4fiyjkjd6anly8pambyc3f3v6sg02zyy")))))) + (define-public spdlog-1.10 (package (inherit spdlog) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index c484352ea2a..08a09ae66a1 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2446,7 +2446,7 @@ QMatrixClient project.") olm openssl re2 - spdlog + spdlog-1.13 zlib)) (native-inputs (list googletest pkg-config)) @@ -2525,7 +2525,7 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.") qtwayland qtsvg re2 - spdlog + spdlog-1.13 vulkan-headers vulkan-loader xdg-utils ; xdg-open for opening URLs diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index c4f97365983..3724988ce49 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1181,7 +1181,7 @@ to the fix block above. python-pyaml python-pyzmq python-requests - spdlog + spdlog-1.13 volk)) (arguments `(#:modules ((guix build cmake-build-system) diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index e49c39ef574..035d58344dd 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -213,7 +213,7 @@ It aims to be fully compliant with DLNA and UPnP-AV standards.") libmatroska libupnp pugixml - spdlog + spdlog-1.13 sqlite taglib `(,util-linux "lib") diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 68ab779aca8..1cd4b6cc1a2 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2509,7 +2509,7 @@ compository, supporting the following features: pipewire playerctl pulseaudio - spdlog + spdlog-1.13 wayland wireplumber)) (native-inputs