me
/
guix
Archived
1
0
Fork 0

gnu: talkfilters: Don't use NAME in source URI.

* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-03-14 21:22:32 +01:00
parent edd3a25606
commit 189c0b33ba
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)