mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gnurl: Update to 7.60.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.60.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
a1b802454a
commit
c10679f5f1
1 changed files with 3 additions and 6 deletions
|
@ -186,16 +186,13 @@ (define-public libmicrohttpd
|
||||||
(define-public gnurl
|
(define-public gnurl
|
||||||
(package
|
(package
|
||||||
(name "gnurl")
|
(name "gnurl")
|
||||||
(version "7.59.0")
|
(version "7.60.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")
|
(uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
|
||||||
;; TODO: Remove once gnurl-7.59.0 release has synced to ftp.gnu.org
|
|
||||||
(string-append "https://ftp.n0.is/pub/releases/gnurl/"
|
|
||||||
name "-" version ".tar.xz")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib"))))
|
"0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99"))))
|
||||||
(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