* [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
@ 2020-09-11 10:58 Greg Hogan
2020-09-11 14:34 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-13 21:20 ` bug#43335: " Ludovic Courtès
0 siblings, 2 replies; 5+ messages in thread
From: Greg Hogan @ 2020-09-11 10:58 UTC (permalink / raw)
To: 43335
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(-)
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
2020-09-11 10:58 [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3 Greg Hogan
@ 2020-09-11 14:34 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-11 14:47 ` Greg Hogan
2020-09-13 21:20 ` bug#43335: " Ludovic Courtès
1 sibling, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-09-11 14:34 UTC (permalink / raw)
To: Greg Hogan; +Cc: 43335
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
2020-09-11 14:34 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2020-09-11 14:47 ` Greg Hogan
2020-09-11 17:17 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Greg Hogan @ 2020-09-11 14:47 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 43335
[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]
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
>
[-- Attachment #2: Type: text/html, Size: 1711 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3.
2020-09-11 14:47 ` Greg Hogan
@ 2020-09-11 17:17 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-09-11 17:17 UTC (permalink / raw)
To: Greg Hogan; +Cc: 43335
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#43335: [PATCH] gnu: fmt: Update to 7.0.3.
2020-09-11 10:58 [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3 Greg Hogan
2020-09-11 14:34 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2020-09-13 21:20 ` Ludovic Courtès
1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2020-09-13 21:20 UTC (permalink / raw)
To: Greg Hogan; +Cc: 43335-done
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’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-13 21:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-11 10:58 [bug#43335] [PATCH] gnu: fmt: Update to 7.0.3 Greg Hogan
2020-09-11 14:34 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-11 14:47 ` Greg Hogan
2020-09-11 17:17 ` Tobias Geerinckx-Rice via Guix-patches via
2020-09-13 21:20 ` bug#43335: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).