mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +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:
parent
299e3598c2
commit
5e707f1252
1 changed files with 2 additions and 2 deletions
|
@ -386,14 +386,14 @@ (define-public guile-gnunet ;GSoC 2015!
|
||||||
(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"
|
||||||
|
|
Loading…
Reference in a new issue