summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-01-03 18:06:34 -0500
committerKei Kebreau <kei@openmailbox.org>2017-01-03 18:07:45 -0500
commitea5cc29561d0b1e343170607969cce884b3ddf14 (patch)
treea5cf3f16c08f4e3a70f2f73593661e7910ddc65a /gnu
parentf339f2773da39cf8ea312c3ba06a4660bf557e84 (diff)
downloadpatches-ea5cc29561d0b1e343170607969cce884b3ddf14.tar
patches-ea5cc29561d0b1e343170607969cce884b3ddf14.tar.gz
gnu: supertux: Update to 0.5.1.
* gnu/packages/games.scm (supertux): Update to 0.5.1.
Diffstat (limited to 'gnu')
-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 22e6aee535..daad696fce 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2753,7 +2753,7 @@ with the \"Stamp\" tool within Tux Paint.")
(define-public supertux
(package
(name "supertux")
- (version "0.5.0")
+ (version "0.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/SuperTux/supertux/"
@@ -2761,7 +2761,7 @@ with the \"Stamp\" tool within Tux Paint.")
version "-Source.tar.gz"))
(sha256
(base32
- "0fx7c7m6mfanqy7kln7yf6abb5l3r68picf32js2yls11jj0vbng"))))
+ "1i8avad7w7ikj870z519j383ldy29r6f956bs38cbr8wk513pp69"))))
(arguments
'(#:tests? #f
#:configure-flags '("-DINSTALL_SUBDIR_BIN=bin"