Browse Source
gnu: talkfilters: Don't use NAME in source URI.
* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
version-1.1.0
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
2 additions and
2 deletions
-
gnu/packages/games.scm
|
|
@ -1688,8 +1688,8 @@ level's exit. The game is presented in a 2D side view.") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "http://www.hyperrealm.com/" name "/" |
|
|
|
name "-" version ".tar.gz")) |
|
|
|
(uri (string-append "http://www.hyperrealm.com/talkfilters/" |
|
|
|
"talkfilters-" version ".tar.gz")) |
|
|
|
(sha256 |
|
|
|
(base32 "19nc5vq4bnkjvhk8srqddzhcs93jyvpm9r6lzjzwc1mgf08yg0a6")))) |
|
|
|
(build-system gnu-build-system) |
|
|
|