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>
This commit is contained in:
Adam Faiz 2023-12-20 21:17:01 +08:00 committed by Guillaume Le Vaillant
parent d4cef7edff
commit d68517059f
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -262,7 +262,7 @@ (define-public gnurl
(define-public gnunet (define-public gnunet
(package (package
(name "gnunet") (name "gnunet")
(version "0.19.4") (version "0.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -270,14 +270,7 @@ (define-public gnunet
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"16q0mkkr9b33wlm307ignfgvv0kilzr42155m5dpz66m13s3v9h0")) "064mmhksznbsymanikwqkgmdhk2f0zjll2aq2cmxa14wm5w9w0jn"))))
(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"))))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list bluez (list bluez