mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: supertux: Update to 0.6.2.
* gnu/packages/games.scm (supertux): Update to 0.6.2.
This commit is contained in:
parent
d393e11322
commit
f2e99d9899
1 changed files with 2 additions and 2 deletions
|
@ -4132,7 +4132,7 @@ (define-public tuxpaint-config
|
|||
(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 @@ (define-public supertux
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f"))
|
||||
"167m3z4m8n76dvbv42m1fnvabpbpsxvr28zk9641916jl9pfba96"))
|
||||
(patches
|
||||
(search-patches "supertux-unbundle-squirrel.patch"))))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue