mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: openrct2-objects: Update to 1.0.20.
* gnu/packages/games.scm (openrct2-objects): Update to 1.0.20.
This commit is contained in:
parent
f2089be3d1
commit
ca3d1391c6
1 changed files with 2 additions and 2 deletions
|
@ -4218,7 +4218,7 @@ (define openrct2-title-sequences
|
|||
(define openrct2-objects
|
||||
(package
|
||||
(name "openrct2-objects")
|
||||
(version "1.0.9")
|
||||
(version "1.0.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4226,7 +4226,7 @@ (define openrct2-objects
|
|||
version "/objects.zip"))
|
||||
(file-name (string-append name "-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "02apb8h553m7d6jvysgb1zahvxc1yzyygfca2iclb21b3fhpsas4"))))
|
||||
(base32 "1q7a38kcwrfijav6app1gf253yfv8b0rljbkah8040y6i7snw9mw"))))
|
||||
(build-system trivial-build-system)
|
||||
(native-inputs
|
||||
`(("bash" ,bash)
|
||||
|
|
Loading…
Reference in a new issue