gnu: openttd-engine: Update to 12.0.

* gnu/packages/games.scm (openttd-engine): Update engine to 12.0.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Felix Gruber 2021-11-06 10:40:36 +00:00 committed by Liliana Marie Prikler
parent 2ebadb390e
commit b6bb7720eb
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -4287,14 +4287,14 @@ (define-public manaplus
(define openttd-engine
(package
(name "openttd-engine")
(version "1.11.2")
(version "12.0")
(source
(origin (method url-fetch)
(uri (string-append "https://cdn.openttd.org/openttd-releases/"
version "/openttd-" version "-source.tar.xz"))
(sha256
(base32
"0v9f93lsdcv3ia28y8iihx9nj9zp6fpf5hkdrpl4ypw159d97fhg"))))
"1p1j5cf4ry57dcgm7qx2g2s00z1c6qgjabb4kqjp00yz00wgv85v"))))
(build-system cmake-build-system)
(inputs
`(("allegro" ,allegro)