GNU bug report logs - #67929
[PATCH] gnu: gnunet: Update to 0.20.0.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Wed, 20 Dec 2023 13:18:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 67929 <at> debbugs.gnu.org
Subject: [bug#67929] [PATCH] gnu: gnunet-gtk: Update to 0.20.0.
Date: Wed, 20 Dec 2023 21:19:12 +0800
From 6c236c592df19019de3570a2f092e68c152009db Mon Sep 17 00:00:00 2001
Message-ID: <6c236c592df19019de3570a2f092e68c152009db.1703077981.git.adam.faiz <at> disroot.org>
In-Reply-To: <78951c0cfc8639b6adb2e06fce223b5ec736904a.1703077981.git.adam.faiz <at> disroot.org>
References: <78951c0cfc8639b6adb2e06fce223b5ec736904a.1703077981.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Wed, 20 Dec 2023 21:11:50 +0800
Subject: [PATCH] gnu: gnunet-gtk: Update to 0.20.0.

* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.20.0.
---
 gnu/packages/gnunet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 1f53e2c788..fd101a8acf 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -443,14 +443,14 @@ (define-public gnunet-scheme
 (define-public gnunet-gtk
   (package (inherit gnunet)
     (name "gnunet-gtk")
-    (version "0.19.0")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
+                "0bandj2f24v4wfq1v5j73zn5jp25dn8r7y0wd7znlkmbh86fb4g9"))))
     (arguments
      (list #:configure-flags
            #~(list "--with-libunique"
-- 
2.41.0




This bug report was last modified 1 year and 238 days ago.

Previous Next


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