3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

@ -386,14 +386,14 @@ services.")
(define-public gnunet-gtk (define-public gnunet-gtk
(package (inherit gnunet) (package (inherit gnunet)
(name "gnunet-gtk") (name "gnunet-gtk")
(version "0.12.0") (version "0.13.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-" (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08a43ayv1rhajdklfcv78w2h76jfaz64kgp5krqgj1w1sq8xm6fb")))) "1zdzgq16h77w6ybwg3lqjsjr965np6iqvncqvkbj07glqd4wss0j"))))
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list "--with-libunique" (list "--with-libunique"