mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
d4cef7edff
commit
d68517059f
1 changed files with 2 additions and 9 deletions
|
@ -262,7 +262,7 @@ (define-public gnurl
|
|||
(define-public gnunet
|
||||
(package
|
||||
(name "gnunet")
|
||||
(version "0.19.4")
|
||||
(version "0.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -270,14 +270,7 @@ (define-public gnunet
|
|||
".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
|
||||
|
|
Loading…
Reference in a new issue