* [bug#33473] gnurl: Update to 7.62.0
@ 2018-11-23 15:28 ng0
2018-11-23 18:05 ` Marius Bakke
2018-11-29 20:34 ` bug#33473: " Marius Bakke
0 siblings, 2 replies; 5+ messages in thread
From: ng0 @ 2018-11-23 15:28 UTC (permalink / raw)
To: 33473
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-gnurl-Update-to-7.62.0.patch --]
[-- Type: text/x-diff, Size: 1175 bytes --]
From 8b0b2726c585ac51570c70d3b55d2e75a8401606 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
Date: Fri, 23 Nov 2018 15:24:57 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.62.0.
* gnu/packages/gnunet.scm: Update to 7.62.0.
Signed-off-by: ng0 <ng0@n0.is>
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index b4c9c463f..d1dc8fd58 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,13 +186,13 @@ authentication and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.61.1")
+ (version "7.62.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
(sha256
(base32
- "0amnhhmlxaliz2rzp3zf1x6ixjqvgmiq7in0q14gd21rjlk9kvir"))))
+ "1n258my5q4rxv140xvb1qh6vsh42ii0i8p7f2m15szqabm89487q"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ; 1.5 MiB of man3 pages
--
2.18.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#33473] gnurl: Update to 7.62.0
2018-11-23 15:28 [bug#33473] gnurl: Update to 7.62.0 ng0
@ 2018-11-23 18:05 ` Marius Bakke
2018-11-23 18:21 ` ng0
2018-11-29 20:34 ` bug#33473: " Marius Bakke
1 sibling, 1 reply; 5+ messages in thread
From: Marius Bakke @ 2018-11-23 18:05 UTC (permalink / raw)
To: ng0, 33473
[-- Attachment #1: Type: text/plain, Size: 397 bytes --]
ng0@n0.is writes:
> From 8b0b2726c585ac51570c70d3b55d2e75a8401606 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@n0.is>
> Date: Fri, 23 Nov 2018 15:24:57 +0000
> Subject: [PATCH] gnu: gnurl: Update to 7.62.0.
>
> * gnu/packages/gnunet.scm: Update to 7.62.0.
I tried building this, but the source tarball seems unavailable:
<https://ftp.gnu.org/gnu/gnunet/>.
Are we downloading from the correct URL?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#33473] gnurl: Update to 7.62.0
2018-11-23 18:05 ` Marius Bakke
@ 2018-11-23 18:21 ` ng0
2018-11-24 14:28 ` ng0
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2018-11-23 18:21 UTC (permalink / raw)
To: Marius Bakke; +Cc: 33473
Marius Bakke transcribed 1.0K bytes:
> ng0@n0.is writes:
>
> > From 8b0b2726c585ac51570c70d3b55d2e75a8401606 Mon Sep 17 00:00:00 2001
> > From: ng0 <ng0@n0.is>
> > Date: Fri, 23 Nov 2018 15:24:57 +0000
> > Subject: [PATCH] gnu: gnurl: Update to 7.62.0.
> >
> > * gnu/packages/gnunet.scm: Update to 7.62.0.
>
> I tried building this, but the source tarball seems unavailable:
> <https://ftp.gnu.org/gnu/gnunet/>.
>
> Are we downloading from the correct URL?
Wow. this is weird.
I thought it was published when I did the release email a while back.
Guess I have to talk to the FTP admin.
Sorry.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#33473] gnurl: Update to 7.62.0
2018-11-23 18:21 ` ng0
@ 2018-11-24 14:28 ` ng0
0 siblings, 0 replies; 5+ messages in thread
From: ng0 @ 2018-11-24 14:28 UTC (permalink / raw)
To: Marius Bakke; +Cc: 33473
ng0@n0.is transcribed 599 bytes:
> Marius Bakke transcribed 1.0K bytes:
> > ng0@n0.is writes:
> >
> > > From 8b0b2726c585ac51570c70d3b55d2e75a8401606 Mon Sep 17 00:00:00 2001
> > > From: ng0 <ng0@n0.is>
> > > Date: Fri, 23 Nov 2018 15:24:57 +0000
> > > Subject: [PATCH] gnu: gnurl: Update to 7.62.0.
> > >
> > > * gnu/packages/gnunet.scm: Update to 7.62.0.
> >
> > I tried building this, but the source tarball seems unavailable:
> > <https://ftp.gnu.org/gnu/gnunet/>.
> >
> > Are we downloading from the correct URL?
>
>
> Wow. this is weird.
> I thought it was published when I did the release email a while back.
> Guess I have to talk to the FTP admin.
>
> Sorry.
I just tried to upload again. Got published now. Must've been something with the infrastructure on their side.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33473: gnurl: Update to 7.62.0
2018-11-23 15:28 [bug#33473] gnurl: Update to 7.62.0 ng0
2018-11-23 18:05 ` Marius Bakke
@ 2018-11-29 20:34 ` Marius Bakke
1 sibling, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2018-11-29 20:34 UTC (permalink / raw)
To: ng0, 33473-done
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
ng0@n0.is writes:
> * gnu/packages/gnunet.scm: Update to 7.62.0.
Pushed as b3901381a5bd246ddee1731f71a8e656b782950f, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-11-29 20:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-23 15:28 [bug#33473] gnurl: Update to 7.62.0 ng0
2018-11-23 18:05 ` Marius Bakke
2018-11-23 18:21 ` ng0
2018-11-24 14:28 ` ng0
2018-11-29 20:34 ` bug#33473: " Marius Bakke
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).