mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
aaa7d17dce
commit
370cb2e0a4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue