diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-09 20:36:21 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-31 21:25:50 -0400 |
commit | ea67ee7ed28b181ea65056c0ee92d89d9c33bfcb (patch) | |
tree | aa2bcc143a8b3aa7ee5ff84f8e3eb3df4dc04454 /gnu | |
parent | aedb0879c29e3188645f34c9bea3d6dd9d8087da (diff) | |
download | guix-ea67ee7ed28b181ea65056c0ee92d89d9c33bfcb.tar.gz guix-ea67ee7ed28b181ea65056c0ee92d89d9c33bfcb.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnunet.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 758a809196..c76e51ced0 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -435,20 +435,17 @@ The following services are supported: (license (list license:agpl3+ license:gpl3+ license:fdl1.3+ license:lgpl3+)) (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 (package (inherit gnunet) (name "gnunet-gtk") - (version "0.20.0") + (version "0.21.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnunet/gnunet-gtk-" version ".tar.gz")) (sha256 (base32 - "0bandj2f24v4wfq1v5j73zn5jp25dn8r7y0wd7znlkmbh86fb4g9")))) + "1b7xfypa0s7zlijgvya8p3rvljnn65w5cjkaw6x83v9ra8l6s0dx")))) (arguments (list #:configure-flags #~(list "--with-libunique" |