GNU bug report logs -
#45875
[PATCH] Update gnunet to version 0.14.0
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Thu, 14 Jan 2021 22:23: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
Message #41 received at 45875 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.14.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 b3b9b20a34..95a9faf34f 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -416,14 +416,14 @@ services.")
(define-public gnunet-gtk
(package (inherit gnunet)
(name "gnunet-gtk")
- (version "0.13.1")
+ (version "0.14.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
version ".tar.gz"))
(sha256
(base32
- "1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j"))))
+ "18rc7mb45y17d5nrlpf2p4ixp7ir67gcgjf4hlj4r95ic5zi54wa"))))
(arguments
`(#:configure-flags
(list "--with-libunique"
@@ -438,6 +438,7 @@ services.")
("libextractor" ,libextractor)
("libgcrypt" ,libgcrypt)
("libunique" ,libunique)
+ ("libsodium" ,libsodium)
("qrencode" ,qrencode)))
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.31.1
This bug report was last modified 2 years and 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.