[bug#78331] gnu: spdlog: Update to 1.15.3.

Message ID da17fd322ea4c93d3fe81988ff4290e0ac7c547e.1746792762.git.code@greghogan.com
State New
Headers
Series [bug#78331] gnu: spdlog: Update to 1.15.3. |

Commit Message

Greg Hogan May 9, 2025, 12:13 p.m. UTC
  * gnu/packages/logging.scm (spdlog): Update to 1.15.3.

Change-Id: I62ec1e6b6c406a2fbfd247daee98622dff33549e
---
 gnu/packages/logging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: c3b6b57521404d223ae37d3dd91f7bb60ed0cebc
  

Comments

Z572 May 10, 2025, 4:07 a.m. UTC | #1
Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/logging.scm (spdlog): Update to 1.15.3.
>
> Change-Id: I62ec1e6b6c406a2fbfd247daee98622dff33549e
> ---
>  gnu/packages/logging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
> index 7891ccce5f..0e72480a87 100644
> --- a/gnu/packages/logging.scm
> +++ b/gnu/packages/logging.scm
> @@ -240,7 +240,7 @@ (define-public multitail
>  (define-public spdlog-1.15
>    (package
>      (name "spdlog")
> -    (version "1.15.2")
> +    (version "1.15.3")
>      (source
>       (origin
>         (method git-fetch)
> @@ -249,7 +249,7 @@ (define-public spdlog-1.15
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0n6i8d5aycvp9n2zz2rz67s1y19cw9m5j3pk4719d3a5czh4267m"))
> +        (base32 "12m46hh59rgamr3qg3jyvxf5mkfj0c91ym4v0l79xqcqdps93cyj"))
>         (modules '((guix build utils)))
>         (snippet #~(delete-file-recursively "include/spdlog/fmt/bundled"))))
>      (build-system cmake-build-system)
>
> base-commit: c3b6b57521404d223ae37d3dd91f7bb60ed0cebc
pushed, closing.
  

Patch

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 7891ccce5f..0e72480a87 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -240,7 +240,7 @@  (define-public multitail
 (define-public spdlog-1.15
   (package
     (name "spdlog")
-    (version "1.15.2")
+    (version "1.15.3")
     (source
      (origin
        (method git-fetch)
@@ -249,7 +249,7 @@  (define-public spdlog-1.15
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0n6i8d5aycvp9n2zz2rz67s1y19cw9m5j3pk4719d3a5czh4267m"))
+        (base32 "12m46hh59rgamr3qg3jyvxf5mkfj0c91ym4v0l79xqcqdps93cyj"))
        (modules '((guix build utils)))
        (snippet #~(delete-file-recursively "include/spdlog/fmt/bundled"))))
     (build-system cmake-build-system)