mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnunet-gtk: Update to 0.24.0.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.24.0. Change-Id: Id5a6246c8df95b287733ecc02e4cdae61663c1f3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
dce0759e8c
commit
2b8101b9ed
1 changed files with 3 additions and 2 deletions
|
@ -366,14 +366,15 @@ The following services are supported:
|
|||
(define-public gnunet-gtk
|
||||
(package (inherit gnunet)
|
||||
(name "gnunet-gtk")
|
||||
(version "0.23.0")
|
||||
(version "0.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gnunet/gnunet-gtk-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"131z47px0kqnmn2b3sb84qmf90kynhl6mrx4rxrqh9chhy5pcr3h"))))
|
||||
"1asp0c5f278zdf6586zng36zmn5pj08qqx0pnap4nh58ycr37i5f"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "--with-libunique"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue