Archived
1
0
Fork 0

gnu: teeworlds: Update to 0.7.5.

* gnu/packages/games.scm (teeworlds): Update to 0.7.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-01 14:18:52 +02:00
parent 4b50aaade4
commit 53b9cdd58e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4865,7 +4865,7 @@ small robot living in the nano world, repair its maker.")
(define-public teeworlds (define-public teeworlds
(package (package
(name "teeworlds") (name "teeworlds")
(version "0.7.4") (version "0.7.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -4874,7 +4874,7 @@ small robot living in the nano world, repair its maker.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1lxdb1k2cdj2421vyz1z0ximzfnpkh2y4y84zpn2gqsa1nzwbryb")) "169dl83q08zl4h813az8hjs4rs3dms9yjn6bnsld4fjcj0imvvc6"))
(modules '((guix build utils) (modules '((guix build utils)
(ice-9 ftw) (ice-9 ftw)
(ice-9 regex) (ice-9 regex)