z572 pushed a commit to branch core-packages-team
in repository guix.
commit 56b51b54fe20a9af168cb57a79e0ab91e898ff40
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Thu Jan 2 18:00:08 2025 +0100
gnu: fmt: Update to 11.1.1; fixes build with gcc-14.
* gnu/packages/pretty-print.scm (fmt-11): Update to 11.1.1.
Change-Id: I9688cf8eee985c4867a405c90aa1e381b546549b
---
gnu/packages/pretty-print.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 621dc8bf9c..12a5a8a009 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2022, 2023 Maxim Cournoyer <[email protected]>
;;; Copyright © 2023 gemmaro <[email protected]>
;;; Copyright © 2024 chris <[email protected]>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -173,7 +174,7 @@ different programming languages.")
(define-public fmt-11
(package
(name "fmt")
- (version "11.0.2")
+ (version "11.1.1")
(source
(origin
(method git-fetch)
@@ -182,7 +183,7 @@ different programming languages.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1v9k57zj34axagkxwkmg73gs9h15i6c8nv9hsgwjwmi82pinv8r0"))))
+ (base32 "1sj1lp87g7xk2pak2sb7ijy0a62gslrgy2637r5dzpqs3wc4mlcw"))))
(build-system cmake-build-system)
(arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(home-page "https://fmt.dev")