diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-06 18:27:52 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-01-06 18:27:52 +0100 |
commit | 54a80259274f5f779a19820f18d8f52f00cdfa3b (patch) | |
tree | c59221bac272fe2dbce5cfe7e0f5128f58dd8abc /gnu | |
parent | 743cebb6b038724e70e15b98c6c68858a6934a57 (diff) |
gnu: supertux: Update to 0.6.1.
* gnu/packages/games.scm (supertux): Update to 0.6.1.
Diffstat (limited to 'gnu')
-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 066e2c8cf3..1a1739eb8e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3747,7 +3747,7 @@ with the \"Stamp\" tool within Tux Paint.") (define-public supertux (package (name "supertux") - (version "0.6.0") + (version "0.6.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/SuperTux/supertux/" @@ -3756,7 +3756,7 @@ with the \"Stamp\" tool within Tux Paint.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1h1s4abirkdv4ag22zvyk6zkk64skqbjmcnnba67ps4hdzxfbhy4")) + "0lqch5gcq6ccnspy93z9r13bp8w2j1vrd8jhvk5kp4qhrd1f069s")) (patches (search-patches "supertux-unbundle-squirrel.patch")))) (arguments |