mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: openttd-opensfx: Update to 1.0.3.
* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.3.
This commit is contained in:
parent
6e74526277
commit
58f1e699c2
1 changed files with 2 additions and 3 deletions
|
@ -4789,7 +4789,7 @@ (define openttd-opengfx
|
|||
(define openttd-opensfx
|
||||
(package
|
||||
(name "openttd-opensfx")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4797,8 +4797,7 @@ (define openttd-opensfx
|
|||
"https://cdn.openttd.org/opensfx-releases/"
|
||||
version "/opensfx-" version "-source.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0aym026lg0r7dp3jxxs9c0rj8lwy1fz3v9hmk3mml6sycsg3fv42"))))
|
||||
(base32 "0p336bn6brnbyrf537x36ad9rfz16cjwyzwws4lmfvnql8ycpjj3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list catcodec
|
||||
|
|
Loading…
Reference in a new issue