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


From: Leo Famulari
Subject: 01/01: gnu: gnurl: Update to 7.56.1.
Date: Tue, 24 Oct 2017 17:19:54 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6bf249211d312e6c21a7307ae5f0b4dcba331675
Author: ng0 <address@hidden>
Date:   Tue Oct 24 20:43:07 2017 +0000

    gnu: gnurl: Update to 7.56.1.
    
    * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1.
    
    Signed-off-by: Leo Famulari <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 3eb8520..b17a39c 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.56.0")
+   (version "7.56.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://gnunet.org/sites/default/files/";
                                 name "-" version ".tar.bz2"))
             (sha256
              (base32
-              "18inbbqg7jygxa37x313ivc51p215fkp0ppw3xznk6d5ci4bs8fg"))))
+              "0phbs3lw0a561fqsj4fyngmpaznjlnx4qx9n9xzglivy69r9j1n8"))))
    (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]