From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQDOD-0003lc-MV for guix-patches@gnu.org; Fri, 23 Nov 2018 10:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQDOA-0000Xs-IA for guix-patches@gnu.org; Fri, 23 Nov 2018 10:29:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40185) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQDOA-0000Wr-9E for guix-patches@gnu.org; Fri, 23 Nov 2018 10:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gQDOA-00074w-5O for guix-patches@gnu.org; Fri, 23 Nov 2018 10:29:02 -0500 Subject: [bug#33473] gnurl: Update to 7.62.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQDNK-0003Za-U0 for guix-patches@gnu.org; Fri, 23 Nov 2018 10:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQDNH-0006dG-QR for guix-patches@gnu.org; Fri, 23 Nov 2018 10:28:10 -0500 Received: from static.195.114.201.195.clients.your-server.de ([195.201.114.195]:34846 helo=conspiracy.of.n0.is) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQDNH-0004F8-Fg for guix-patches@gnu.org; Fri, 23 Nov 2018 10:28:07 -0500 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id fd4f7729 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 23 Nov 2018 15:27:02 +0000 (UTC) Date: Fri, 23 Nov 2018 15:28:09 +0000 From: ng0@n0.is Message-ID: <20181123152809.qnx7omlqnyabsdqv@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="lp6rlbbunazyyorp" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33473@debbugs.gnu.org --lp6rlbbunazyyorp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline --lp6rlbbunazyyorp Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-7.62.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 8b0b2726c585ac51570c70d3b55d2e75a8401606 Mon Sep 17 00:00:00 2001 =46rom: ng0 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 --- 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 --=20 2.18.1 --lp6rlbbunazyyorp--