GNU bug report logs -
#76844
[PATCH] gnu: fmt-11: Update to 11.1.4.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 7 Mar 2025 20:45:01 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pretty-print.scm (fmt-11): Update to 11.1.4.
Change-Id: I6ede8e426600bd49e87007993f815ec5c58c0464
---
gnu/packages/pretty-print.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 621dc8bf9c3..fb676539b21 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -173,7 +173,7 @@ (define-public enscript
(define-public fmt-11
(package
(name "fmt")
- (version "11.0.2")
+ (version "11.1.4")
(source
(origin
(method git-fetch)
@@ -182,7 +182,7 @@ (define-public fmt-11
(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")
base-commit: ad01d433adce750282f09c0499285573a538dcaf
--
2.48.1
This bug report was last modified 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.