gnu: supertux: Update to 0.6.2.
* gnu/packages/games.scm (supertux): Update to 0.6.2.master
parent
d393e11322
commit
f2e99d9899
|
@ -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
|
||||||
|
|
Reference in New Issue