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.60.0.


From: Leo Famulari
Subject: 01/01: gnu: gnurl: Update to 7.60.0.
Date: Thu, 24 May 2018 12:14:05 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit c10679f5f1af6a825612fb3c59a81bca7c5d0f02
Author: Nils Gillmann <address@hidden>
Date:   Wed May 23 19:09:34 2018 +0000

    gnu: gnurl: Update to 7.60.0.
    
    * gnu/packages/gnunet.scm (gnurl): Update to 7.60.0.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/gnunet.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 880fb9f..1286f4d 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,16 +186,13 @@ authentication and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.59.0")
+   (version "7.60.0")
    (source (origin
             (method url-fetch)
-            (uri (list (string-append "mirror://gnu/gnunet/" name "-" version 
".tar.xz")
-                       ;; TODO: Remove once gnurl-7.59.0 release has synced to 
ftp.gnu.org
-                       (string-append "https://ftp.n0.is/pub/releases/gnurl/";
-                                       name "-" version ".tar.xz")))
+            (uri (string-append "mirror://gnu/gnunet/" name "-" version 
".tar.Z"))
             (sha256
              (base32
-              "0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib"))))
+              "0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99"))))
    (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]