guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnurl: Update to 7.56.0.


From: Ludovic Courtès
Subject: 02/02: gnu: gnurl: Update to 7.56.0.
Date: Sun, 8 Oct 2017 17:29:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5130e54cabda9f1e773760aa328fa9c3a531b4fa
Author: ng0 <address@hidden>
Date:   Sun Oct 8 17:32:48 2017 +0000

    gnu: gnurl: Update to 7.56.0.
    
    * gnu/packages/gnunet.scm (gnurl): Update to 7.56.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 9a2713e..e28bac6 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,14 +186,14 @@ and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.55.1-4")
+   (version "7.56.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://gnunet.org/sites/default/files/";
                                 name "-" version ".tar.bz2"))
             (sha256
              (base32
-              "09c1bfwiwxqlh0dl839lslwhvkf98bvpyg9x4pcn3sagz0i8hxfl"))))
+              "18inbbqg7jygxa37x313ivc51p215fkp0ppw3xznk6d5ci4bs8fg"))))
    (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]