aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-05-05 17:49:43 +0000
committerGreg Hogan <code@greghogan.com>2025-05-13 16:35:37 +0000
commit8e0bab93e56d67ab06ae7e946b30d4df99d1d2df (patch)
treebec71e4904630becad5cd67a2ed002e0fd5d46ed
parent2bb9ba33509f30e670d797670e6b434f9b1baf9d (diff)
downloadguix-8e0bab93e56d67ab06ae7e946b30d4df99d1d2df.tar.gz
guix-8e0bab93e56d67ab06ae7e946b30d4df99d1d2df.zip
gnu: fmt: Update to 11.2.0.
* gnu/packages/pretty-print.scm (fmt): Update to 11.2.0. Change-Id: Ifde5f94dc58dfc2617e2c5d731e8a97d4ca4705f
-rw-r--r--gnu/packages/pretty-print.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index cd42582dc9..6209d8b313 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -173,7 +173,7 @@ different programming languages.")
(define-public fmt-11
(package
(name "fmt")
- (version "11.1.4")
+ (version "11.2.0")
(source
(origin
(method git-fetch)
@@ -182,7 +182,7 @@ different programming languages.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "040mzvj9a3h0jpf5hb5l0rlxr22wd9hqvj8xlddfl0mzi2az2imi"))))
+ (base32 "0x8j1k1cnmvv5hbhhyfm7bqw2d2rb3jpmz6bc4a195z8pzj582dh"))))
(build-system cmake-build-system)
(arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(home-page "https://fmt.dev")