GNU bug report logs -
#43335
[PATCH] gnu: fmt: Update to 7.0.3.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 11 Sep 2020 14:22:02 UTC
Severity: normal
Tags: patch
Merged with 43336,
43337
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 Sun, 13 Sep 2020 23:20:00 +0200
with message-id <87een59xxb.fsf <at> gnu.org>
and subject line Re: [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
has caused the debbugs.gnu.org bug report #43335,
regarding [PATCH] gnu: fmt: Update to 7.0.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
43335: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43335
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Fri, 11 Sep 2020 10:53:20 +0000
Subject: [PATCH] gnu: fmt: Update to 7.0.3.
* gnu/packages/pretty-print.scm (fmt): Update to 7.0.3.
---
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 9f9a746844..5190696df6 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -168,14 +168,14 @@ different programming languages.")
(define-public fmt
(package
(name "fmt")
- (version "6.2.1")
+ (version "7.0.3")
(source
(origin
(method url-fetch)
(uri (string-append "
https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "06l8g59frbsbwj15kg6x2bbn6p8yidh6wzsigdhbdjncvm1agzll"))))
+ (base32 "0kgajl3qsrdyj0csqsz8b8h84kasdy0pnh16byl0y1vlsaddzkyy"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
--
2.28.0
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
Hi Greg,
Greg Hogan <code <at> greghogan.com> skribis:
> From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Fri, 11 Sep 2020 10:53:20 +0000
> Subject: [PATCH] gnu: fmt: Update to 7.0.3.
>
> * gnu/packages/pretty-print.scm (fmt): Update to 7.0.3.
Applied, thanks!
Ludo’.
This bug report was last modified 4 years and 308 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.