mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1980,7 +1980,7 @@ (define-public fizmo
|
|||
(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 a new issue