GNU bug report logs - #43335
[PATCH] gnu: fmt: Update to 7.0.3.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43335 in the body.
You can then email your comments to 43335 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#43335; Package guix-patches. (Fri, 11 Sep 2020 14:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Sep 2020 14:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: fmt: Update to 7.0.3.
Date: Fri, 11 Sep 2020 06:58:03 -0400
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




Merged 43335 43336 43337. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Fri, 11 Sep 2020 14:32:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#43335; Package guix-patches. (Fri, 11 Sep 2020 14:35:02 GMT) Full text and rfc822 format available.

Message #10 received at 43335 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 43335 <at> debbugs.gnu.org
Subject: Re: [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
Date: Fri, 11 Sep 2020 16:34:54 +0200
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#43335; Package guix-patches. (Fri, 11 Sep 2020 15:13:01 GMT) Full text and rfc822 format available.

Message #13 received at 43335 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 43335 <at> debbugs.gnu.org
Subject: Re: [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
Date: Fri, 11 Sep 2020 10:47:02 -0400
[Message part 1 (text/plain, inline)]
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 <at> tobias.gr> wrote:

> 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
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#43335; Package guix-patches. (Fri, 11 Sep 2020 17:17:02 GMT) Full text and rfc822 format available.

Message #16 received at 43335 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 43335 <at> debbugs.gnu.org
Subject: Re: [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
Date: Fri, 11 Sep 2020 19:17:05 +0200
Greg,

On 2020-09-11 16:47, Greg Hogan wrote:
> 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@.

> 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.

>  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.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 13 Sep 2020 21:21:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sun, 13 Sep 2020 21:21:02 GMT) Full text and rfc822 format available.

Message #21 received at 43335-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 43335-done <at> debbugs.gnu.org
Subject: Re: [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
Date: Sun, 13 Sep 2020 23:20:00 +0200
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’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 13 Sep 2020 21:21:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sun, 13 Sep 2020 21:21:02 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 13 Sep 2020 21:21:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sun, 13 Sep 2020 21:21:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 12 Oct 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.