guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gnunet: Update to 0.20.0.


From: guix-commits
Subject: 01/02: gnu: gnunet: Update to 0.20.0.
Date: Fri, 29 Dec 2023 06:19:02 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d68517059f12f9adf86adfa3f087ab7d93bc2f15
Author: Adam Faiz <adam.faiz@disroot.org>
AuthorDate: Wed Dec 20 21:17:01 2023 +0800

    gnu: gnunet: Update to 0.20.0.
    
    * gnu/packages/gnunet.scm (gnunet): Update to 0.20.0.
      [source]: Remove snippet.
    
    Change-Id: I1157f586764f9282d331596ca83bb8850ddee7ab
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/gnunet.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index d1ac228639..1f53e2c788 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -262,7 +262,7 @@ supports HTTP, HTTPS and GnuTLS.")
 (define-public gnunet
   (package
     (name "gnunet")
-    (version "0.19.4")
+    (version "0.20.0")
     (source
      (origin
        (method url-fetch)
@@ -270,14 +270,7 @@ supports HTTP, HTTPS and GnuTLS.")
                            ".tar.gz"))
        (sha256
         (base32
-         "16q0mkkr9b33wlm307ignfgvv0kilzr42155m5dpz66m13s3v9h0"))
-       (modules '((guix build utils)))
-       (snippet
-        #~(begin
-            ;; This is fixed in the upstream repository but the fix
-            ;; has not been released.
-            (substitute* "src/gns/test_proxy.sh"
-              (("test_gnunet_proxy.conf") "test_gns_proxy.conf"))))))
+         "064mmhksznbsymanikwqkgmdhk2f0zjll2aq2cmxa14wm5w9w0jn"))))
     (build-system gnu-build-system)
     (inputs
      (list bluez



reply via email to

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