mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: lugaru: Don't use NAME in source URI.
* gnu/packages/games.scm (lugaru)[source]: Hard-code NAME.
This commit is contained in:
parent
146a4459db
commit
30b8b2013b
1 changed files with 1 additions and 1 deletions
|
@ -4639,7 +4639,7 @@ (define-public lugaru
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/"
|
(uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/"
|
||||||
name "-" version ".tar.xz"))
|
"lugaru-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk"))))
|
"15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk"))))
|
||||||
|
|
Loading…
Reference in a new issue