[PATCH] gnu: fmt: Update to 7.0.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
Merged with
G
G
Greg Hogan wrote on 11 Sep 2020 15:29
(address . guix-patches@gnu.org)
CA+3U0Zk9u8GkMKqCS6CJ076Vqu2HaCSkQxpCK_CG5C19hahyzQ@mail.gmail.com

Attachment: file
From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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(-)

Toggle diff (23 lines)
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
T
T
Tobias Geerinckx-Rice wrote on 11 Sep 2020 16:31
(no subject)
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
87363oo05p.fsf@nckx
merge 43337 43336 43335
thanks
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43337@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43337
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch