summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-07-29 06:17:34 +0200
committerMarius Bakke <marius@gnu.org>2020-07-30 00:57:29 +0200
commit5e707f12520782fc60173a9828132f6d73067800 (patch)
treeacf7fc12374b18c0f31dea6560ef39b9d5fd8fde
parent299e3598c25b0eb0ad7a44a6d758d7d7dc7470a2 (diff)
downloadguix-patches-5e707f12520782fc60173a9828132f6d73067800.tar
guix-patches-5e707f12520782fc60173a9828132f6d73067800.tar.gz
gnu: gnunet-gtk: Update to 0.13.1.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1. Signed-off-by: Marius Bakke <marius@gnu.org>
-rw-r--r--gnu/packages/gnunet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 467e51db5f..d572d868ef 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"