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
parent
b97b43dc1e
commit
894f25bdbd
|
@ -192,7 +192,7 @@ authentication and support for SSL3 and TLS.")
|
|||
(define-public gnunet
|
||||
(package
|
||||
(name "gnunet")
|
||||
(version "0.21.1")
|
||||
(version "0.21.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -200,7 +200,7 @@ authentication and support for SSL3 and TLS.")
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p3q9590bm0d6q6p17jcbq2yiciqmvk5ys6pwdrp4257mhz8prlk"))))
|
||||
"18czv9yxxmaf7y061ngzwcc9rxwrwdy372wb52ns52wviqk528wc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list bluez
|
||||
|
|
Reference in New Issue