summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-01 14:18:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-01 17:25:44 +0200
commit53b9cdd58eb1a098dce4fec0161d54f22f1c500a (patch)
treea831c381243cb94d8744ac666d4c11dbf6435299
parent4b50aaade4ef34327dbfd4412ee36ee5cc23bc10 (diff)
downloadpatches-53b9cdd58eb1a098dce4fec0161d54f22f1c500a.tar
patches-53b9cdd58eb1a098dce4fec0161d54f22f1c500a.tar.gz
gnu: teeworlds: Update to 0.7.5.
* gnu/packages/games.scm (teeworlds): Update to 0.7.5.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 62fb167b70..7fed4dee6c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4865,7 +4865,7 @@ small robot living in the nano world, repair its maker.")
(define-public teeworlds
(package
(name "teeworlds")
- (version "0.7.4")
+ (version "0.7.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4874,7 +4874,7 @@ small robot living in the nano world, repair its maker.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lxdb1k2cdj2421vyz1z0ximzfnpkh2y4y84zpn2gqsa1nzwbryb"))
+ "169dl83q08zl4h813az8hjs4rs3dms9yjn6bnsld4fjcj0imvvc6"))
(modules '((guix build utils)
(ice-9 ftw)
(ice-9 regex)