aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmélia Coutard-Sander <git@ameliathe1st.gay>2024-12-10 15:31:37 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-12-12 15:43:32 +0100
commit4bceee3ed0660706cab2d2928610ef425d120cbc (patch)
treea5bced903c0aabe0931b427f8fda424f90d36ac9
parent17dacde81ae69da52a3fcf61b0d98fda4062b69c (diff)
downloadguix-4bceee3ed0660706cab2d2928610ef425d120cbc.tar.gz
guix-4bceee3ed0660706cab2d2928610ef425d120cbc.zip
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>
-rw-r--r--gnu/packages/gnunet.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index cf731f3fcc..7e73732e7a 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -192,7 +192,7 @@ authentication and support for SSL3 and TLS.")
(define-public gnunet
(package
(name "gnunet")
- (version "0.21.2")
+ (version "0.23.0")
(source
(origin
(method url-fetch)
@@ -200,7 +200,7 @@ authentication and support for SSL3 and TLS.")
".tar.gz"))
(sha256
(base32
- "18czv9yxxmaf7y061ngzwcc9rxwrwdy372wb52ns52wviqk528wc"))))
+ "0ypnsn81fp3iqi8rgsbcvfnz9iwmaxd1h71mphak8ska2kabdim4"))))
(build-system gnu-build-system)
(inputs
(list bluez
@@ -240,6 +240,11 @@ authentication and support for SSL3 and TLS.")
#~(modify-phases %standard-phases
(add-after 'unpack 'disable-problematic-tests
(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
;; non-deterministically (see:
;; https://bugs.gnunet.org/view.php?id=8689).