summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmélia Coutard-Sander <git@ameliathe1st.gay>2024-12-10 15:31:38 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-12-12 15:47:31 +0100
commita9003b8e6b40b59c9545ae87bb441d3549630db7 (patch)
treed38af7c101a1f8b4a2739688506acc23490d66f8
parent4bceee3ed0660706cab2d2928610ef425d120cbc (diff)
gnu: gnunet-gtk: Update to 0.23.0.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.23.0. Change-Id: I2d5f47b5773c72777bc0ad4e4ebeaee63c3005b1 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r--gnu/packages/gnunet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 7e73732e7ae..74ce0105946 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -377,14 +377,14 @@ The following services are supported:
(define-public gnunet-gtk
(package (inherit gnunet)
(name "gnunet-gtk")
- (version "0.21.0")
+ (version "0.23.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
version ".tar.gz"))
(sha256
(base32
- "1b7xfypa0s7zlijgvya8p3rvljnn65w5cjkaw6x83v9ra8l6s0dx"))))
+ "131z47px0kqnmn2b3sb84qmf90kynhl6mrx4rxrqh9chhy5pcr3h"))))
(arguments
(list #:configure-flags
#~(list "--with-libunique"