diff options
author | Greg Hogan <[email protected]> | 2025-03-07 20:43:30 +0000 |
---|---|---|
committer | Ian Eure <[email protected]> | 2025-03-10 20:37:47 -0700 |
commit | ed2447f8fe724d6f2086443b06fe65d0f5fd9482 (patch) | |
tree | b15064f019870dd2477ca0e0b26d07b73d50fc39 | |
parent | 184150007638fbc34e2ad07e8bed71a20e42b3f4 (diff) |
gnu: fmt-11: Update to 11.1.4.
* gnu/packages/pretty-print.scm (fmt-11): Update to 11.1.4.
Change-Id: I6ede8e426600bd49e87007993f815ec5c58c0464
Signed-off-by: Ian Eure <[email protected]>
-rw-r--r-- | gnu/packages/pretty-print.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 621dc8bf9c..fb676539b2 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.0.2") + (version "11.1.4") (source (origin (method git-fetch) @@ -182,7 +182,7 @@ different programming languages.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1v9k57zj34axagkxwkmg73gs9h15i6c8nv9hsgwjwmi82pinv8r0")))) + (base32 "040mzvj9a3h0jpf5hb5l0rlxr22wd9hqvj8xlddfl0mzi2az2imi")))) (build-system cmake-build-system) (arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON"))) (home-page "https://fmt.dev") |