diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-16 22:32:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 15:16:56 +0200 |
commit | e387ec8230f78c15450407d7f77c71e24aefdde4 (patch) | |
tree | 0e35336cbe303506d104f44141eaadb7d131ea6e | |
parent | 1c54f135c8ca814bf6d3f199daa188596aa74698 (diff) | |
download | guix-e387ec8230f78c15450407d7f77c71e24aefdde4.tar.gz |
gnu: supertux: Update to 0.6.2.
* gnu/packages/games.scm (supertux): Update to 0.6.2.
-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 f7b21ce44f..afc8b372a7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4132,7 +4132,7 @@ with the \"Stamp\" tool within Tux Paint.") (define-public supertux (package (name "supertux") - (version "0.6.1.1") + (version "0.6.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/SuperTux/supertux/" @@ -4141,7 +4141,7 @@ with the \"Stamp\" tool within Tux Paint.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f")) + "167m3z4m8n76dvbv42m1fnvabpbpsxvr28zk9641916jl9pfba96")) (patches (search-patches "supertux-unbundle-squirrel.patch")))) (arguments |