gnu: gnunet-gtk: Update to 0.20.0.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.20.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I293aecd0e7074d2b522d955ab4509a5eeb1cf7d6
This commit is contained in:
parent
d68517059f
commit
f90d6adec7
1 changed files with 2 additions and 2 deletions
|
@ -443,14 +443,14 @@ (define-public gnunet-scheme
|
||||||
(define-public gnunet-gtk
|
(define-public gnunet-gtk
|
||||||
(package (inherit gnunet)
|
(package (inherit gnunet)
|
||||||
(name "gnunet-gtk")
|
(name "gnunet-gtk")
|
||||||
(version "0.19.0")
|
(version "0.20.0")
|
||||||
(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
|
||||||
"0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
|
"0bandj2f24v4wfq1v5j73zn5jp25dn8r7y0wd7znlkmbh86fb4g9"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~(list "--with-libunique"
|
#~(list "--with-libunique"
|
||||||
|
|
Loading…
Reference in a new issue