[PATCH] gnu: fmt: Update to 7.0.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
Merged with
G
G
Greg Hogan wrote on 11 Sep 2020 12:58
(address . guix-patches@gnu.org)
EC6D763E-578C-4E00-B331-08FD812F716E@greghogan.com
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
T
T
Tobias Geerinckx-Rice wrote on 11 Sep 2020 16:34
Re: [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
(name . Greg Hogan)(address . code@greghogan.com)(address . 43335@debbugs.gnu.org)
87zh5wmlf5.fsf@nckx
Greg,

Greg Hogan ???
Toggle quote (2 lines)
> Subject: [PATCH] gnu: fmt: Update to 7.0.3.

Thanks!

Every time you send mail only to guix-patches@ or bug-guix@, a
new[0] bug[1] number[2] is created. I've merged them by hand.

Please wait for the automated response containing that number and
send any follows-up to <it>@debbugs.gnu.org.

Kind regards,

T G-R

-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX1uLDw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW154kQA/iadQAcQZeQak1xV48wTnD5+2nHsa6SNYu98x93y
Pj4gAP9PsBJyK2iv0kB7SdBscAwM4cxPjYsE37eue/pVRp+NCg==
=Yc0W
-----END PGP SIGNATURE-----

G
G
Greg Hogan wrote on 11 Sep 2020 16:47
(name . Tobias Geerinckx-Rice)(address . me@tobias.gr)(address . 43335@debbugs.gnu.org)
CA+3U0Zk+fK7f_v5DMJQPuvXUzG2t4oUYHcgrgkfKEbrwUfeOyw@mail.gmail.com
Tobias,

Thanks! This was my first submission and the mail server did not respond
for over three hours. I tried subscribing to the mailing list, then with
the patch as an attachment having seen that as well. It seems that the
server or service may have simply been offline. I had considered that the
list might be moderated (on first submission?) but that is not documented
anywhere.

Greg

On Fri, Sep 11, 2020 at 10:34 AM Tobias Geerinckx-Rice <me@tobias.gr> wrote:

Toggle quote (21 lines)
> Greg,
>
> Greg Hogan ???
> > Subject: [PATCH] gnu: fmt: Update to 7.0.3.
>
> Thanks!
>
> Every time you send mail only to guix-patches@ or bug-guix@, a
> new[0] bug[1] number[2] is created. I've merged them by hand.
>
> Please wait for the automated response containing that number and
> send any follows-up to <it>@debbugs.gnu.org.
>
> Kind regards,
>
> T G-R
>
> [0]: https://issues.guix.gnu.org/43335
> [1]: https://issues.guix.gnu.org/43336
> [2]: https://issues.guix.gnu.org/43337
>
Attachment: file
T
T
Tobias Geerinckx-Rice wrote on 11 Sep 2020 19:17
(name . Greg Hogan)(address . code@greghogan.com)(address . 43335@debbugs.gnu.org)
040365024f3349763200b09566edd092@tobias.gr
Greg,

On 2020-09-11 16:47, Greg Hogan wrote:
Toggle quote (5 lines)
> Thanks! This was my first submission and the mail server did not
> respond for over three hours. I tried subscribing to the mailing list,
> then with the patch as an attachment having seen that as well. It seems
> that the server or service may have simply been offline.

FYI, no address with ‘greg’ in it is currently subscribed to
guix-patches@.

Toggle quote (3 lines)
> I had considered that the list might be moderated (on first
> submission?)

Ding ding.

I don't remember approving your messages nor can I find them in my
mailbin, but might've absentmindedly dealt with them while at work. Or
someone else did. Or there was a random hours-long delay elsewhere,
which sometimes happens... We don't run these servers ourselves.

Toggle quote (2 lines)
> but that is not documented anywhere.

I'll submit a short note to the manual, thanks.

Kind regards,

T G-R

Sent from a Web browser. Excuse or enjoy my brevity.
L
L
Ludovic Courtès wrote on 13 Sep 2020 23:20
(name . Greg Hogan)(address . code@greghogan.com)(address . 43335-done@debbugs.gnu.org)
87een59xxb.fsf@gnu.org
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

Toggle quote (7 lines)
> 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.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 43335
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