guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/14: gnu: gnunet-gtk: Update to 0.21.0.


From: guix-commits
Subject: 04/14: gnu: gnunet-gtk: Update to 0.21.0.
Date: Sun, 31 Mar 2024 21:34:49 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ea67ee7ed28b181ea65056c0ee92d89d9c33bfcb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Mar 9 20:36:21 2024 -0500

    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
---
 gnu/packages/gnunet.scm | 7 ++-----
 1 file 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]