mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
b97b43dc1e
commit
894f25bdbd
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ (define-public libmicrohttpd
|
|||
(define-public gnunet
|
||||
(package
|
||||
(name "gnunet")
|
||||
(version "0.21.1")
|
||||
(version "0.21.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -200,7 +200,7 @@ (define-public gnunet
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p3q9590bm0d6q6p17jcbq2yiciqmvk5ys6pwdrp4257mhz8prlk"))))
|
||||
"18czv9yxxmaf7y061ngzwcc9rxwrwdy372wb52ns52wviqk528wc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list bluez
|
||||
|
|
Loading…
Reference in a new issue