gnu: fizmo: Don't use NAME in source URI.
* gnu/packages/games.scm (fizmo)[source]: Hard-code NAME.
This commit is contained in:
parent
00a82e8385
commit
071782762a
|
@ -1980,7 +1980,7 @@ reference interpreter, using the Glk API.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://fizmo.spellbreaker.org/source/"
|
(uri (string-append "https://fizmo.spellbreaker.org/source/"
|
||||||
name "-" version ".tar.gz"))
|
"fizmo-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))
|
"1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))
|
||||||
|
|
Loading…
Reference in New Issue