gnu: openrct2-objects: Update to 1.0.20.

* gnu/packages/games.scm (openrct2-objects): Update to 1.0.20.
This commit is contained in:
Pierre Neidhardt 2021-01-07 12:31:54 +01:00
parent f2089be3d1
commit ca3d1391c6
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -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)