me
/
guix
Archived
1
0
Fork 0

gnu: supertux: Update to 0.6.2.

* gnu/packages/games.scm (supertux): Update to 0.6.2.
master
Tobias Geerinckx-Rice 2020-05-16 22:32:38 +02:00
parent d393e11322
commit f2e99d9899
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4132,7 +4132,7 @@ with the \"Stamp\" tool within Tux Paint.")
(define-public supertux (define-public supertux
(package (package
(name "supertux") (name "supertux")
(version "0.6.1.1") (version "0.6.2")
(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/"
@ -4141,7 +4141,7 @@ with the \"Stamp\" tool within Tux Paint.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f")) "167m3z4m8n76dvbv42m1fnvabpbpsxvr28zk9641916jl9pfba96"))
(patches (patches
(search-patches "supertux-unbundle-squirrel.patch")))) (search-patches "supertux-unbundle-squirrel.patch"))))
(arguments (arguments