all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 61651@debbugs.gnu.org
Subject: [bug#61651] [PATCH] gnu: gnunet: Update to 0.19.3.
Date: Mon, 20 Feb 2023 21:47:20 +0800	[thread overview]
Message-ID: <dd9a732a-296b-2af8-42dc-a1abfdf88ab3@disroot.org> (raw)

 From 7bfd653e503e7e8be16179ed1ba2ac15b303c8b7 Mon Sep 17 00:00:00 2001
Message-Id: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 20 Feb 2023 19:53:03 +0800
Subject: [PATCH] gnu: gnunet: Update to 0.19.3.

* gnu/packages/gnunet.scm (gnunet): Update to 0.19.3.
---
  gnu/packages/gnunet.scm | 17 +++++++++++++----
  1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index c98ceefad7..58349a798d 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -37,6 +37,7 @@ (define-module (gnu packages gnunet)
    #:use-module (gnu packages compression)
    #:use-module (gnu packages crypto)
    #:use-module (gnu packages curl)
+  #:use-module (gnu packages freedesktop)
    #:use-module (gnu packages gettext)
    #:use-module (gnu packages glib)
    #:use-module (gnu packages gnome)
@@ -60,6 +61,7 @@ (define-module (gnu packages gnunet)
    #:use-module (gnu packages perl)
    #:use-module (gnu packages pulseaudio)
    #:use-module (gnu packages python)
+  #:use-module (gnu packages sphinx)
    #:use-module (gnu packages sqlite)
    #:use-module (gnu packages text-editors)
    #:use-module (gnu packages tls)
@@ -258,7 +260,7 @@ (define-public gnurl
  (define-public gnunet
    (package
     (name "gnunet")
-   (version "0.16.3")
+   (version "0.19.3")
     (source
      (origin
        (method url-fetch)
@@ -266,12 +268,19 @@ (define-public gnunet
                            ".tar.gz"))
        (sha256
         (base32
-        "12n33r9nnkl5xwx8pwf571l2zvnvfllc8vm6mamrlyjk2cphaf9j"))))
+        "09bspbjl6cll8wcrl1vnb56jwp30pcrg1yyj6xy3i0fl2bzdbdw2"))
+      (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"))))))
     (build-system gnu-build-system)
     (inputs
      (list bluez
            glpk
-          gnurl
+          curl
            gnutls/dane
            gstreamer
            jansson
@@ -291,7 +300,7 @@ (define-public gnunet
            zbar
            zlib))
     (native-inputs
-    (list curl openssl pkg-config python xxd
+    (list curl openssl pkg-config python xxd python-sphinx 
python-sphinx-rtd-theme
            (@ (gnu packages base) which)))
     (arguments
      '(#:parallel-tests? #f ; Parallel tests aren't supported.

base-commit: 08edbd2535ae622d319a51e6f877d23d75dc24f3
-- 
2.39.1




             reply	other threads:[~2023-02-20 13:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 13:47 Adam Faiz via Guix-patches via [this message]
2023-02-20 13:49 ` [bug#61651] [PATCH] gnu: gnunet-gtk: Update to 0.19.0 Adam Faiz via Guix-patches via
2023-02-20 13:50 ` [bug#61651] [PATCH] gnu: gnunet-gtk: Use new style inputs, gexps Adam Faiz via Guix-patches via
2023-02-22 16:08 ` bug#61651: [PATCH] gnu: gnunet: Update to 0.19.3 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

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

  git send-email \
    --in-reply-to=dd9a732a-296b-2af8-42dc-a1abfdf88ab3@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=61651@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.