gnu: supertux: Update to 0.5.1.

* gnu/packages/games.scm (supertux): Update to 0.5.1.
master
Kei Kebreau 2017-01-03 18:06:34 -05:00
parent f339f2773d
commit ea5cc29561
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -2753,7 +2753,7 @@ with the \"Stamp\" tool within Tux Paint.")
(define-public supertux (define-public supertux
(package (package
(name "supertux") (name "supertux")
(version "0.5.0") (version "0.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/SuperTux/supertux/" (uri (string-append "https://github.com/SuperTux/supertux/"
@ -2761,7 +2761,7 @@ with the \"Stamp\" tool within Tux Paint.")
version "-Source.tar.gz")) version "-Source.tar.gz"))
(sha256 (sha256
(base32 (base32
"0fx7c7m6mfanqy7kln7yf6abb5l3r68picf32js2yls11jj0vbng")))) "1i8avad7w7ikj870z519j383ldy29r6f956bs38cbr8wk513pp69"))))
(arguments (arguments
'(#:tests? #f '(#:tests? #f
#:configure-flags '("-DINSTALL_SUBDIR_BIN=bin" #:configure-flags '("-DINSTALL_SUBDIR_BIN=bin"