me
/
guix
Archived
1
0
Fork 0

gnu: gnunet: Update to 0.21.2.

* gnu/packages/gnunet.scm (gnunet): Update to 0.21.2.

Change-Id: Ie7c3a5092e1ab67ba911702607161f854b86efa4
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2024-06-08 09:55:19 -07:00 committed by Christopher Baines
parent b97b43dc1e
commit 894f25bdbd
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ authentication and support for SSL3 and TLS.")
(define-public gnunet (define-public gnunet
(package (package
(name "gnunet") (name "gnunet")
(version "0.21.1") (version "0.21.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -200,7 +200,7 @@ authentication and support for SSL3 and TLS.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0p3q9590bm0d6q6p17jcbq2yiciqmvk5ys6pwdrp4257mhz8prlk")))) "18czv9yxxmaf7y061ngzwcc9rxwrwdy372wb52ns52wviqk528wc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list bluez (list bluez