mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gnunet-gtk: Update to 0.21.0.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.21.0. Remove stale comment. Change-Id: I2aad59de4af06ba8534487618366b17e259a4880
This commit is contained in:
parent
aedb0879c2
commit
ea67ee7ed2
1 changed files with 2 additions and 5 deletions
|
@ -435,20 +435,17 @@ (define-public gnunet-scheme
|
||||||
(license (list license:agpl3+ license:gpl3+ license:fdl1.3+ license:lgpl3+))
|
(license (list license:agpl3+ license:gpl3+ license:fdl1.3+ license:lgpl3+))
|
||||||
(home-page "https://git.gnunet.org/gnunet-scheme.git")))
|
(home-page "https://git.gnunet.org/gnunet-scheme.git")))
|
||||||
|
|
||||||
;; FIXME: "gnunet-setup" segfaults under certain conditions and "gnunet-gtk"
|
|
||||||
;; does not seem to be fully functional. This has been reported upstream:
|
|
||||||
;; http://lists.gnu.org/archive/html/gnunet-developers/2016-02/msg00004.html
|
|
||||||
(define-public gnunet-gtk
|
(define-public gnunet-gtk
|
||||||
(package (inherit gnunet)
|
(package (inherit gnunet)
|
||||||
(name "gnunet-gtk")
|
(name "gnunet-gtk")
|
||||||
(version "0.20.0")
|
(version "0.21.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
|
||||||
"0bandj2f24v4wfq1v5j73zn5jp25dn8r7y0wd7znlkmbh86fb4g9"))))
|
"1b7xfypa0s7zlijgvya8p3rvljnn65w5cjkaw6x83v9ra8l6s0dx"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~(list "--with-libunique"
|
#~(list "--with-libunique"
|
||||||
|
|
Loading…
Reference in a new issue