diff mbox series

[bug#43335] gnu: fmt: Update to 7.0.3.

Message ID EC6D763E-578C-4E00-B331-08FD812F716E@greghogan.com
State Accepted
Headers show
Series [bug#43335] gnu: fmt: Update to 7.0.3. | expand

Commit Message

Greg Hogan Sept. 11, 2020, 10:58 a.m. UTC
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(-)

Comments

vasilii.smirnov--- via Guix-patches" via Sept. 11, 2020, 2:34 p.m. UTC | #1
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
Greg Hogan Sept. 11, 2020, 2:47 p.m. UTC | #2
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:

> 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
>
vasilii.smirnov--- via Guix-patches" via Sept. 11, 2020, 5:17 p.m. UTC | #3
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.
Ludovic Courtès Sept. 13, 2020, 9:20 p.m. UTC | #4
Hi Greg,

Greg Hogan <code@greghogan.com> skribis:

> 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’.
diff mbox series

Patch

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")))