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
|
@ -3729,8 +3729,8 @@ throwing people around in pseudo-randomly generated buildings.")
|
||||||
(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 New Issue