gnu: gnunet-gtk: Update to 0.12.0.

* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2020-02-19 11:29:32 +01:00 committed by Ludovic Courtès
parent aaa7d17dce
commit 370cb2e0a4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -388,14 +388,14 @@ (define-public guile-gnunet ;GSoC 2015!
(define-public gnunet-gtk
(package (inherit gnunet)
(name "gnunet-gtk")
(version "0.11.7")
(version "0.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
version ".tar.gz"))
(sha256
(base32
"061ifhqk6q9kx71z5404fm4d60yj2dihlwwmdqmhkn5nn4bvcwb5"))))
"08a43ayv1rhajdklfcv78w2h76jfaz64kgp5krqgj1w1sq8xm6fb"))))
(arguments
`(#:configure-flags
(list "--with-libunique"