gnu: fet: Add alternative URL for older source tarballs.
* gnu/packages/education.scm (fet)[source]: Add "old/" URL.
This commit is contained in:
parent
4ddcd0e206
commit
e85ccc8b50
1 changed files with 4 additions and 2 deletions
|
@ -657,8 +657,10 @@ Portuguese, Spanish and Italian.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
(uri (let ((directory "https://www.lalescu.ro/liviu/fet/download/")
|
||||||
"fet-" version ".tar.bz2"))
|
(base (string-append "fet-" version ".tar.bz2")))
|
||||||
|
(list (string-append directory base)
|
||||||
|
(string-append directory "old/" base))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16m20vbhv8i7saxqb731bhds1f86d6x1f935j3ivg357805fqzll"))))
|
(base32 "16m20vbhv8i7saxqb731bhds1f86d6x1f935j3ivg357805fqzll"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue