guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnurl: Update to 7.53.1.


From: Kei Kebreau
Subject: 01/01: gnu: gnurl: Update to 7.53.1.
Date: Fri, 24 Feb 2017 11:56:38 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit b53e4cbd2ce6a3046f51df3126818ad004d0e682
Author: ng0 <address@hidden>
Date:   Fri Feb 24 15:14:36 2017 +0000

    gnu: gnurl: Update to 7.53.1.
    
    * gnu/packages/gnunet.scm (gnurl): Update to 7.53.1.
    (source)[uri]: Update to new upstream filename.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/gnunet.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index a4514a7..bcd4675 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -184,16 +184,14 @@ and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.52.1")
+   (version "7.53.1")
    (source (origin
             (method url-fetch)
-            (uri (let ((version-with-underscores
-                        (string-join (string-split version #\.) "_")))
-                   (string-append "https://gnunet.org/sites/default/files/";
-                                  name "-" version-with-underscores 
".tar.bz2")))
+            (uri (string-append "https://gnunet.org/sites/default/files/";
+                                name "-" version ".tar.bz2"))
             (sha256
              (base32
-              "1gn6mvab2vhfj9637ykg1zjzb23fngfnyd24wlgxmjhf49pn334h"))))
+              "1ah2304cm6y7d201vdph170mrwxmg6r72v2zsxzjn0jk68d8kb6d"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages



reply via email to

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