mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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
|
||||
(package
|
||||
(name "gnurl")
|
||||
(version "7.59.0")
|
||||
(version "7.60.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")
|
||||
;; 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")))
|
||||
(uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib"))))
|
||||
"0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ; 1.5 MiB of man3 pages
|
||||
|
|
Loading…
Reference in a new issue