gnu: ltris: Don't use NAME in source URI.
* gnu/packages/games.scm (ltris)[source]: Hard-code NAME.
This commit is contained in:
parent
9303b09a78
commit
dd0369f426
|
@ -832,7 +832,7 @@ Chess). It is similar to standard chess but this variant is far more complicate
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://prdownloads.sourceforge.net/lgames/"
|
(uri (string-append "http://prdownloads.sourceforge.net/lgames/"
|
||||||
name "-" version ".tar.gz"))
|
"ltris-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1895wv1fqklrj4apkz47rnkcfhfav7zjknskw6p0886j35vrwslg"))))
|
"1895wv1fqklrj4apkz47rnkcfhfav7zjknskw6p0886j35vrwslg"))))
|
||||||
|
|
Loading…
Reference in New Issue