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
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://fizmo.spellbreaker.org/source/"
|
||||
name "-" version ".tar.gz"))
|
||||
"fizmo-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))
|
||||
|
|
Loading…
Reference in New Issue