summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNoƩ Lopez <noelopez@free.fr>2025-06-07 20:32:00 +0200
committerAndreas Enge <andreas@enge.fr>2025-06-09 18:36:40 +0200
commit2b8101b9edfebd763f5375cb25f9cf50b982b67a (patch)
tree4bc7dccbfa4128cf16dd7652aca9113055ddeedb /gnu
parentdce0759e8ca92b38a0d5d29d23aaf28ec71621b7 (diff)
gnu: gnunet-gtk: Update to 0.24.0.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.24.0. Change-Id: Id5a6246c8df95b287733ecc02e4cdae61663c1f3 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnunet.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 9793c8b085c..54ef50c42c0 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -366,14 +366,15 @@ The following services are supported:
366(define-public gnunet-gtk 366(define-public gnunet-gtk
367 (package (inherit gnunet) 367 (package (inherit gnunet)
368 (name "gnunet-gtk") 368 (name "gnunet-gtk")
369 (version "0.23.0") 369 (version "0.24.0")
370 (source (origin 370 (source (origin
371 (method url-fetch) 371 (method url-fetch)
372 (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-" 372 (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
373 version ".tar.gz")) 373 version ".tar.gz"))
374 (sha256 374 (sha256
375 (base32 375 (base32
376 "131z47px0kqnmn2b3sb84qmf90kynhl6mrx4rxrqh9chhy5pcr3h")))) 376 "1asp0c5f278zdf6586zng36zmn5pj08qqx0pnap4nh58ycr37i5f"))))
377 (build-system gnu-build-system)
377 (arguments 378 (arguments
378 (list #:configure-flags 379 (list #:configure-flags
379 #~(list "--with-libunique" 380 #~(list "--with-libunique"