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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adam Faiz <adam.faiz <at> disroot.org>
Subject: bug#67929: closed (Re: [bug#67929] [PATCH] gnu: gnunet: Update to
 0.20.0.)
Date: Fri, 29 Dec 2023 11:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67929: [PATCH] gnu: gnunet: Update to 0.20.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67929 <at> debbugs.gnu.org.

-- 
67929: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67929
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Faiz <adam.faiz <at> disroot.org>
Cc: 67929-done <at> debbugs.gnu.org
Subject: Re: [bug#67929] [PATCH] gnu: gnunet: Update to 0.20.0.
Date: Fri, 29 Dec 2023 11:19:19 +0000
[Message part 3 (text/plain, inline)]
Patches pushed as d68517059f12f9adf86adfa3f087ab7d93bc2f15 and
following.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gnunet: Update to 0.20.0.
Date: Wed, 20 Dec 2023 21:17:01 +0800
From 78951c0cfc8639b6adb2e06fce223b5ec736904a Mon Sep 17 00:00:00 2001
Message-ID: <78951c0cfc8639b6adb2e06fce223b5ec736904a.1703077981.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Wed, 20 Dec 2023 20:35:03 +0800
Subject: [PATCH] gnu: gnunet: Update to 0.20.0.

* gnu/packages/gnunet.scm (gnunet): Update to 0.20.0.
[source]: Remove snippet.
---
 gnu/packages/gnunet.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index d1ac228639..1f53e2c788 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -262,7 +262,7 @@ (define-public gnurl
 (define-public gnunet
   (package
     (name "gnunet")
-    (version "0.19.4")
+    (version "0.20.0")
     (source
      (origin
        (method url-fetch)
@@ -270,14 +270,7 @@ (define-public gnunet
                            ".tar.gz"))
        (sha256
         (base32
-         "16q0mkkr9b33wlm307ignfgvv0kilzr42155m5dpz66m13s3v9h0"))
-       (modules '((guix build utils)))
-       (snippet
-        #~(begin
-            ;; This is fixed in the upstream repository but the fix
-            ;; has not been released.
-            (substitute* "src/gns/test_proxy.sh"
-              (("test_gnunet_proxy.conf") "test_gns_proxy.conf"))))))
+         "064mmhksznbsymanikwqkgmdhk2f0zjll2aq2cmxa14wm5w9w0jn"))))
     (build-system gnu-build-system)
     (inputs
      (list bluez

base-commit: 29c94dd522833b2603a651c14a5b06120bcf1829
-- 
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.