me
/
guix
Archived
1
0
Fork 0

gnu: gnunet: Update to 0.13.1.

* gnu/packages/gnunet.scm (gnunet): Update to 0.13.1.
master
Ludovic Courtès 2020-07-13 01:02:29 +02:00
parent ada42a4292
commit bea2134fe1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ supports HTTP, HTTPS and GnuTLS.")
(define-public gnunet
(package
(name "gnunet")
(version "0.13.0")
(version "0.13.1")
(source
(origin
(method url-fetch)
@ -259,7 +259,7 @@ supports HTTP, HTTPS and GnuTLS.")
".tar.gz"))
(sha256
(base32
"0g2zp8rj4yzz9xj4b5k9bdflmmpqxdgxvkr1vk5cq0jlz3vqmxx3"))))
"15jnca5zxng7r6m3qzq9lr73xxq0v6mvcp0lny3zrlkz5s2nmmq3"))))
(build-system gnu-build-system)
(inputs
`(("bluez" ,bluez)