From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0@we.make.ritual.n0.is Subject: Re: [PATCH] gnurl: Update to 7.48.0. Date: Sat, 02 Jul 2016 23:47:48 +0000 Message-ID: <87poqvfvq3.fsf@we.make.ritual.n0.is> References: <877fd5mco2.fsf@we.make.ritual.n0.is> <20160702192301.GA4135@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJUdn-000218-Vb for guix-devel@gnu.org; Sat, 02 Jul 2016 19:48:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJUdi-0004Jl-Ps for guix-devel@gnu.org; Sat, 02 Jul 2016 19:48:02 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:40867 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJUdi-0004J8-Bj for guix-devel@gnu.org; Sat, 02 Jul 2016 19:47:58 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id f4e02c97 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Sat, 2 Jul 2016 23:47:51 +0000 (UTC) In-Reply-To: <20160702192301.GA4135@debian-netbook> (Efraim Flashner's message of "Sat, 2 Jul 2016 22:23:01 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Efraim Flashner writes: > On Fri, Jul 01, 2016 at 06:33:01PM +0000, ng0@we.make.ritual.n0.is wrote: >> This updates libgnurl to 7.48.0. >> gnurl included tests all succeded. >> >> From 0e64b9f5d4d499b8d58321376b69f3ff7f422aa3 Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Fri, 1 Jul 2016 18:21:45 +0000 >> Subject: [PATCH] gnu: gnurl: Update to 7.48.0. >> >> * gnu/packages/gnunet.scm (gnurl): Update to 7.48.0. >> --- >> gnu/packages/gnunet.scm | 7 ++++--- >> 1 file changed, 4 insertions(+), 3 deletions(-) >> >> diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm >> index bea05db..285d710 100644 >> --- a/gnu/packages/gnunet.scm >> +++ b/gnu/packages/gnunet.scm >> @@ -153,13 +153,14 @@ and support for SSL3 and TLS.") >> (define-public gnurl >> (package >> (name "gnurl") >> - (version "7.45.0") >> + (version "7.48.0") >> (source (origin >> (method url-fetch) >> (uri (string-append "https://gnunet.org/sites/default/files/gnurl-" >> - version ".tar.bz2")) >> + "7_48_0.tar.bz2")) > > There's actually a method for switching from periods to underscores. > (string-join (string-split version #\.) "_") > >> (sha256 >> - (base32 "0hd8w4wyjwagd4k6vm6srphqbmysz08rcwf8z7f4b2d6d2yrn3mm")))) >> + (base32 >> + "14gch4rdibrc8qs4mijsczxvl45dsclf234g17dk6c8nc2s4bm0a")))) >> (build-system gnu-build-system) >> (inputs `(("gnutls" ,gnutls) >> ("libidn" ,libidn) >> -- >> 2.9.0 >> >> >> -- >> ♥Ⓐ ng0 >> For non-prism friendly talk find me on >> psyced.org / loupsycedyglgamf.onion >> > > I also got an error about a missing name, not sure what that's about. > > Applying: This updates libgnurl to 7.48.0. > fatal: empty ident name (for <>) not allowed Thanks. That's strange. Okay, I will fix this and see if I can reproduce this error. -- ♥Ⓐ ng0 For non-prism friendly talk find me on psyced.org / loupsycedyglgamf.onion