[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: gnunet-gtk: Update to 0.20.0.
From: |
guix-commits |
Subject: |
02/02: gnu: gnunet-gtk: Update to 0.20.0. |
Date: |
Fri, 29 Dec 2023 06:19:02 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit f90d6adec787187f7929159e3327c73245d3bbe3
Author: Adam Faiz <adam.faiz@disroot.org>
AuthorDate: Wed Dec 20 21:19:12 2023 +0800
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
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 1f53e2c788..fd101a8acf 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -443,14 +443,14 @@ The following services are supported:
(define-public gnunet-gtk
(package (inherit gnunet)
(name "gnunet-gtk")
- (version "0.19.0")
+ (version "0.20.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
version ".tar.gz"))
(sha256
(base32
- "0z2731l69vnfsa0cdsw8wh8g1d08wz15y5n0a58qjpf7baric01k"))))
+ "0bandj2f24v4wfq1v5j73zn5jp25dn8r7y0wd7znlkmbh86fb4g9"))))
(arguments
(list #:configure-flags
#~(list "--with-libunique"