mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fet: Add alternative URL for older source tarballs.
* gnu/packages/education.scm (fet)[source]: Add "old/" URL.
This commit is contained in:
@@ -657,8 +657,10 @@ Portuguese, Spanish and Italian.")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.lalescu.ro/liviu/fet/download/"
|
||||
"fet-" version ".tar.bz2"))
|
||||
(uri (let ((directory "https://www.lalescu.ro/liviu/fet/download/")
|
||||
(base (string-append "fet-" version ".tar.bz2")))
|
||||
(list (string-append directory base)
|
||||
(string-append directory "old/" base))))
|
||||
(sha256
|
||||
(base32 "16m20vbhv8i7saxqb731bhds1f86d6x1f935j3ivg357805fqzll"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
Reference in New Issue
Block a user