GNU bug report logs - #77193
[PATCH 0/1] gnu: gnunet: Update to 0.24.0.

Previous Next

Package: guix-patches;

Reported by: Noé Lopez <noe <at> xn--no-cja.eu>

Date: Sat, 22 Mar 2025 23:09:03 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Noé Lopez <noelopez <at> free.fr>
To: 77193 <at> debbugs.gnu.org
Cc: Noé Lopez <noelopez <at> free.fr>, Andreas Enge <andreas <at> enge.fr>
Subject: [bug#77193] [PATCH v3 2/3] gnu: gnunet-gtk: Update to 0.24.0.
Date: Sat,  7 Jun 2025 20:32:00 +0200
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.24.0.

Change-Id: Id5a6246c8df95b287733ecc02e4cdae61663c1f3
---
 gnu/packages/gnunet.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 9793c8b085..54ef50c42c 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -366,14 +366,15 @@ (define-public gnunet-scheme
 (define-public gnunet-gtk
   (package (inherit gnunet)
     (name "gnunet-gtk")
-    (version "0.23.0")
+    (version "0.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "131z47px0kqnmn2b3sb84qmf90kynhl6mrx4rxrqh9chhy5pcr3h"))))
+                "1asp0c5f278zdf6586zng36zmn5pj08qqx0pnap4nh58ycr37i5f"))))
+    (build-system gnu-build-system)
     (arguments
      (list #:configure-flags
            #~(list "--with-libunique"
-- 
2.49.0





This bug report was last modified 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.