mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: hyperrogue: Don't use NAME in source URI.
* gnu/packages/games.scm (hyperrogue)[source]: Hard-code NAME.
This commit is contained in:
parent
ed9bcf50d3
commit
a01aea7d66
1 changed files with 2 additions and 2 deletions
|
@ -3729,8 +3729,8 @@ (define-public hyperrogue
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://www.roguetemple.com/z/hyper/"
|
"https://www.roguetemple.com/z/hyper/hyperrogue"
|
||||||
name (string-join (string-split version #\.) "")
|
(string-join (string-split version #\.) "")
|
||||||
"-src.tgz"))
|
"-src.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue