mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnunet: Update to 0.23.0.
* gnu/packages/gnunet.scm (gnunet): Update to 0.23.0. [phases]: Adjust disable-problematic-tests phase. Change-Id: Ibf900d929bcd257932c6997eacbfaeeda1aa7f26 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
17dacde81a
commit
4bceee3ed0
1 changed files with 7 additions and 2 deletions
|
@ -192,7 +192,7 @@ authentication and support for SSL3 and TLS.")
|
||||||
(define-public gnunet
|
(define-public gnunet
|
||||||
(package
|
(package
|
||||||
(name "gnunet")
|
(name "gnunet")
|
||||||
(version "0.21.2")
|
(version "0.23.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -200,7 +200,7 @@ authentication and support for SSL3 and TLS.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18czv9yxxmaf7y061ngzwcc9rxwrwdy372wb52ns52wviqk528wc"))))
|
"0ypnsn81fp3iqi8rgsbcvfnz9iwmaxd1h71mphak8ska2kabdim4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bluez
|
(list bluez
|
||||||
|
@ -240,6 +240,11 @@ authentication and support for SSL3 and TLS.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-problematic-tests
|
(add-after 'unpack 'disable-problematic-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
;; The file 'test_arm_probnat.sh' doesn't seem to exist,
|
||||||
|
;; or have a creation method specified anywhere in the source.
|
||||||
|
(substitute* "src/service/arm/Makefile.in"
|
||||||
|
(("check_SCRIPTS = \\\\")
|
||||||
|
"DISABLED_check_SCRIPTS = \\"))
|
||||||
;; The 'test_communicator_bidirect-tcp' fails
|
;; The 'test_communicator_bidirect-tcp' fails
|
||||||
;; non-deterministically (see:
|
;; non-deterministically (see:
|
||||||
;; https://bugs.gnunet.org/view.php?id=8689).
|
;; https://bugs.gnunet.org/view.php?id=8689).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue