mbakke pushed a commit to branch master
in repository guix.
commit 5e707f12520782fc60173a9828132f6d73067800
Author: Michael Rohleder <[email protected]>
AuthorDate: Wed Jul 29 06:17:34 2020 +0200
gnu: gnunet-gtk: Update to 0.13.1.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1.
Signed-off-by: Marius Bakke <[email protected]>
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 467e51d..d572d86 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -386,14 +386,14 @@ services.")
(define-public gnunet-gtk
(package (inherit gnunet)
(name "gnunet-gtk")
- (version "0.12.0")
+ (version "0.13.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
version ".tar.gz"))
(sha256
(base32
- "08a43ayv1rhajdklfcv78w2h76jfaz64kgp5krqgj1w1sq8xm6fb"))))
+ "1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j"))))
(arguments
`(#:configure-flags
(list "--with-libunique"