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: 61651@debbugs.gnu.org
Subject: [bug#61651] [PATCH] gnu: gnunet-gtk: Update to 0.19.0.
Date: Mon, 20 Feb 2023 21:49:05 +0800	[thread overview]
Message-ID: <539e3757-c44f-de0b-2694-d8eb73bd2679@disroot.org> (raw)
In-Reply-To: <dd9a732a-296b-2af8-42dc-a1abfdf88ab3@disroot.org>

 From dce4da889aed8b5102611ee600021dc7e56670a1 Mon Sep 17 00:00:00 2001
Message-Id: 
<dce4da889aed8b5102611ee600021dc7e56670a1.1676897203.git.adam.faiz@disroot.org>
In-Reply-To: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org>
References: 
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 20 Feb 2023 20:08:48 +0800
Subject: [PATCH] gnu: gnunet-gtk: Update to 0.19.0.

* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.19.0.
---
  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 58349a798d..fea6c50947 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -431,14 +431,14 @@ (define-public gnunet-scheme
  (define-public gnunet-gtk
    (package (inherit gnunet)
      (name "gnunet-gtk")
-    (version "0.13.1")
+    (version "0.19.0")
      (source (origin
                (method url-fetch)
                (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
                                    version ".tar.gz"))
                (sha256
                 (base32
-                "1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j"))))
+                "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
      (arguments
       `(#:configure-flags
         (list "--with-libunique"
@@ -452,6 +452,7 @@ (define-public gnunet-gtk
         ("gtk+" ,gtk+)
         ("libextractor" ,libextractor)
         ("libgcrypt" ,libgcrypt)
+       ("libsodium" ,libsodium)
         ("libunique" ,libunique)
         ("qrencode" ,qrencode)))
      (native-inputs
-- 
2.39.1




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

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

  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=539e3757-c44f-de0b-2694-d8eb73bd2679@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 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).