mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: popt: Update source URI.
* gnu/packages/popt.scm (popt)[source](uri): Add Debian mirror.
This commit is contained in:
parent
0aaab7f857
commit
8f4cff0e21
1 changed files with 7 additions and 2 deletions
|
@ -62,8 +62,13 @@ (define-public popt
|
|||
(version "1.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://rpm5.org/files/popt/popt-"
|
||||
version ".tar.gz"))
|
||||
;; The rpm5.org domain does not resolve since 2019-06-13, so we
|
||||
;; borrow Debians infrastructure for the source download.
|
||||
(uri (list (string-append "https://deb.debian.org/debian/pool/main"
|
||||
"/p/popt/popt_" version ".orig.tar.gz")
|
||||
;; Keep the old URL around in case it reappears.
|
||||
(string-append "http://rpm5.org/files/popt/popt-"
|
||||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77"))))
|
||||
|
|
Loading…
Reference in a new issue