GNU bug report logs -
#68537
[PATCH] gnu: fmt-10: Update to 10.2.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 17 Jan 2024 17:08:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 05 Feb 2024 23:03:22 +0100
with message-id <87le7ya7rp.fsf <at> gnu.org>
and subject line Re: [bug#68537] [PATCH] gnu: fmt-10: Update to 10.2.1.
has caused the debbugs.gnu.org bug report #68537,
regarding [PATCH] gnu: fmt-10: Update to 10.2.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68537: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68537
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1.
Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3
---
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 34d413f8c9..b95f56729a 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -172,14 +172,14 @@ (define-public enscript
(define-public fmt-10
(package
(name "fmt")
- (version "10.1.1")
+ (version "10.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "06wxxn9yxw44nskdnpwyl6y4j27ssmw5d3d4rnb03df922imhkmq"))))
+ (base32 "1j8nln7rql2nxkhdlgpmx1c1dp6dyxnar1n5r7sjg0rws6i5289i"))))
(build-system cmake-build-system)
(arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(native-inputs (list unzip))
base-commit: ae2d4d856d26bc7f916c5b9a0b305e231c3ce870
--
2.40.1
[Message part 3 (message/rfc822, inline)]
Greg Hogan <code <at> greghogan.com> skribis:
> * gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1.
>
> Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3
Applied, thanks!
This bug report was last modified 1 year and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.