mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnunet: Update to 0.25.1.
* gnu/packages/gnunet.scm (gnunet): Update to 0.25.1. Change-Id: I006947f6e1f58f204dc7241aa44f4536790cf9d0 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
ca60f03d84
commit
8886042f8a
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ authentication and support for SSL3 and TLS.")
|
|||
(define-public gnunet
|
||||
(package
|
||||
(name "gnunet")
|
||||
(version "0.25.0")
|
||||
(version "0.25.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -201,7 +201,7 @@ authentication and support for SSL3 and TLS.")
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zrn5j12c2vfp3vfx3kirknsvzb4r832hbgh5a2lcnb0x0p6dsid"))))
|
||||
"0p4gcv67rh9832vgi5k31pgpq6hmv6198dfmbyfizyaprlb6qcr1"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list bluez
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue