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


From: guix-commits
Subject: 01/01: gnu: gnurl: Update to 7.62.0.
Date: Thu, 29 Nov 2018 15:33:37 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b3901381a5bd246ddee1731f71a8e656b782950f
Author: ng0 <address@hidden>
Date:   Fri Nov 23 15:24:57 2018 +0000

    gnu: gnurl: Update to 7.62.0.
    
    * gnu/packages/gnunet.scm: Update to 7.62.0.
    
    Signed-off-by: ng0 <address@hidden>
    Signed-off-by: Marius Bakke <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 b4c9c46..d1dc8fd 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,13 +186,13 @@ authentication and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.61.1")
+   (version "7.62.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gnunet/" name "-" version 
".tar.Z"))
             (sha256
              (base32
-              "0amnhhmlxaliz2rzp3zf1x6ixjqvgmiq7in0q14gd21rjlk9kvir"))))
+              "1n258my5q4rxv140xvb1qh6vsh42ii0i8p7f2m15szqabm89487q"))))
    (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]