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>
This commit is contained in:
Michael Rohleder 2020-07-29 06:17:34 +02:00 committed by Marius Bakke
parent 299e3598c2
commit 5e707f1252
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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"