mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/"
|
||||
name "-" version ".tar.xz"))
|
||||
"lugaru-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk"))))
|
||||
|
|
Loading…
Reference in a new issue