GNU bug report logs -
#61651
[PATCH] gnu: gnunet: Update to 0.19.3.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Mon, 20 Feb 2023 13:48:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 61651 <at> debbugs.gnu.org (full text, mbox):
From dce4da889aed8b5102611ee600021dc7e56670a1 Mon Sep 17 00:00:00 2001
Message-Id:
<dce4da889aed8b5102611ee600021dc7e56670a1.1676897203.git.adam.faiz <at> disroot.org>
In-Reply-To:
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
References:
<7bfd653e503e7e8be16179ed1ba2ac15b303c8b7.1676897203.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> 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
This bug report was last modified 2 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.