gnu: wesnoth: Don't use NAME in source URI.
* gnu/packages/games.scm (wesnoth)[source]: Hard-code NAME.
This commit is contained in:
parent
a4776d0981
commit
0c2e055e18
1 changed files with 3 additions and 3 deletions
|
@ -2102,9 +2102,9 @@ (define-public wesnoth
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
|
||||
(version-major+minor version) "/wesnoth-"
|
||||
version "/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(version-major+minor version)
|
||||
"/wesnoth-" version "/"
|
||||
"wesnoth-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kgpj2f22nnx4mwd1zis3s5ny2983aasgqsmz7wnqaq7n6a7ac85"))
|
||||
|
|
Loading…
Reference in a new issue