unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 67929@debbugs.gnu.org
Subject: [bug#67929] [PATCH] gnu: gnunet: Update to 0.20.0.
Date: Wed, 20 Dec 2023 21:17:01 +0800	[thread overview]
Message-ID: <c3b78809-5dd8-405c-a07c-4fa47baeca9d@disroot.org> (raw)

From 78951c0cfc8639b6adb2e06fce223b5ec736904a Mon Sep 17 00:00:00 2001
Message-ID: <78951c0cfc8639b6adb2e06fce223b5ec736904a.1703077981.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@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




             reply	other threads:[~2023-12-20 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 13:17 Adam Faiz via Guix-patches via [this message]
2023-12-20 13:19 ` [bug#67929] [PATCH] gnu: gnunet-gtk: Update to 0.20.0 Adam Faiz via Guix-patches via
2023-12-29 11:19 ` bug#67929: [PATCH] gnu: gnunet: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3b78809-5dd8-405c-a07c-4fa47baeca9d@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=67929@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).