mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnurl: Update to 7.53.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.53.1. (source)[uri]: Update to new upstream filename. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
This commit is contained in:
parent
588edb9c01
commit
b53e4cbd2c
1 changed files with 4 additions and 6 deletions
|
@ -184,16 +184,14 @@ (define-public libmicrohttpd
|
||||||
(define-public gnurl
|
(define-public gnurl
|
||||||
(package
|
(package
|
||||||
(name "gnurl")
|
(name "gnurl")
|
||||||
(version "7.52.1")
|
(version "7.53.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((version-with-underscores
|
(uri (string-append "https://gnunet.org/sites/default/files/"
|
||||||
(string-join (string-split version #\.) "_")))
|
name "-" version ".tar.bz2"))
|
||||||
(string-append "https://gnunet.org/sites/default/files/"
|
|
||||||
name "-" version-with-underscores ".tar.bz2")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gn6mvab2vhfj9637ykg1zjzb23fngfnyd24wlgxmjhf49pn334h"))))
|
"1ah2304cm6y7d201vdph170mrwxmg6r72v2zsxzjn0jk68d8kb6d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ; 1.5 MiB of man3 pages
|
"doc")) ; 1.5 MiB of man3 pages
|
||||||
|
|
Loading…
Reference in a new issue