diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-01-03 18:06:34 -0500 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-01-03 18:07:45 -0500 |
commit | ea5cc29561d0b1e343170607969cce884b3ddf14 (patch) | |
tree | a5cf3f16c08f4e3a70f2f73593661e7910ddc65a /gnu/packages/games.scm | |
parent | f339f2773da39cf8ea312c3ba06a4660bf557e84 (diff) | |
download | patches-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/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
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" |