guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnurl: Update to 7.48.0.


From: ng0
Subject: Re: [PATCH] gnurl: Update to 7.48.0.
Date: Sat, 02 Jul 2016 23:47:48 +0000

Efraim Flashner writes:

> On Fri, Jul 01, 2016 at 06:33:01PM +0000, address@hidden wrote:
>> This updates libgnurl to 7.48.0.
>> gnurl included tests all succeded.
>> 
>> From 0e64b9f5d4d499b8d58321376b69f3ff7f422aa3 Mon Sep 17 00:00:00 2001
>> From: ng0 <address@hidden>
>> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]