[PATCH] gnu: fmt: Update to 7.1.3.

  • Done
  • quality assurance status badge
Details
3 participants
  • Greg Hogan
  • Ludovic Courtès
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 11 Mar 2021 22:09
(address . guix-patches@gnu.org)
CA+3U0Z=AXLYSVUiXFo0YUqzp6-ERd12f7a4X15VMsvcHNW95=w@mail.gmail.com
From 39bffc21792de78daa6d459b72146b2f48ca8936 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Wed, 3 Mar 2021 14:57:19 +0000
Subject: [PATCH] gnu: fmt: Update to 7.1.3.

* gnu/packages/pretty-print.scm (fmt): Update to 7.1.3.
---
gnu/packages/pretty-print.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 88dff5c7b4..af02fd91a9 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -166,14 +167,14 @@ different programming languages.")
(define-public fmt
(package
(name "fmt")
- (version "7.0.3")
+ (version "7.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "
https://github.com/fmtlib/fmt/releases/download/"
version "/fmt-" version ".zip"))
(sha256
- (base32 "0kgajl3qsrdyj0csqsz8b8h84kasdy0pnh16byl0y1vlsaddzkyy"))))
+ (base32 "17sc10hfg087z0s774lnn05wwy3bfzmcv7j448p92pr0s02cb62x"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
--
2.30.2
Attachment: file
T
T
Tobias Geerinckx-Rice wrote on 11 Mar 2021 23:39
(name . Greg Hogan)(address . code@greghogan.com)
878s6tb9hw.fsf@nckx
Greg,

Greg Hogan ???
Toggle quote (2 lines)
> * gnu/packages/pretty-print.scm (fmt): Update to 7.1.3.

Thanks! Pushed as 47093ca4cd403d95962c5ba8ce744a1848bbb4e3.

I saved the text/plain part of your mail (there was also -- hushed
silence -- HTML!), but even that was hard-wrapped in a way that
broke ‘git am’:

31 (method url-fetch)
32 (uri (string-append "
34 version "/fmt-" version
".zip"))

After manually moving the URL to the previous line it worked fine.
You might want to (further) tweak your mail workflow.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYEqcLA0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15MsoA/1vFEDqxT9ggxZKqX6AlY3MUJrnA5jMB2EQmCabP
64NdAP4oxjJknaNNn/mcnveFiguHkVnNmcoDdqvaTX8Df4BsDw==
=Qiy1
-----END PGP SIGNATURE-----

L
L
Ludovic Courtès wrote on 28 Mar 2021 22:12
control message for bug #47077
(address . control@debbugs.gnu.org)
87v99bt4us.fsf@gnu.org
tags 47077 fixed
close 47077
quit
?