gnu: libaio: Remove dead source URL.
* gnu/packages/linux.scm (libaio)[source]: Remove fedorahosted.org URL. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
779669abfd
commit
4929a0617a
|
@ -2686,9 +2686,7 @@ Linux Device Mapper multipathing driver:
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "mirror://debian/pool/main/liba/libaio/"
|
(string-append "mirror://debian/pool/main/liba/libaio/"
|
||||||
name "_" version ".orig.tar.gz")
|
name "_" version ".orig.tar.gz")))
|
||||||
(string-append "https://fedorahosted.org/releases/l/i/libaio/"
|
|
||||||
name "-" version ".tar.gz")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0"))))
|
"0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0"))))
|
||||||
|
|
Loading…
Reference in New Issue