GNU bug report logs -
#78267
[PATCH 0/2] Update fmt.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Mon, 5 May 2025 18:08:02 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 78267 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pretty-print.scm (fmt): Update to 11.2.0.
Change-Id: Ifde5f94dc58dfc2617e2c5d731e8a97d4ca4705f
---
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 cd42582dc9..6209d8b313 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.1.4")
+ (version "11.2.0")
(source
(origin
(method git-fetch)
@@ -182,7 +182,7 @@ (define-public fmt-11
(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")
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.