diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-01-09 15:53:41 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-19 21:38:21 +0100 |
| commit | 7d62c05d21a4002a0f46ff45f1b0bbf9e1099324 (patch) | |
| tree | 0d28f2ef83a98dada50ac57da83abc2052782b1f /gnu | |
| parent | ae83e93c422b6d878c6c5f28c4647aab9415963e (diff) | |
gnu: openttd-engine: Update to 15.0.
* gnu/packages/games.scm (openttd-engine): Update to 15.0.
[inputs]: Update sdl to sdl2.
(openttd-jgrpp): Adjust accordingly.
Change-Id: I752591515e3c89c50ed24688a0c59ddf058f1375
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 360857f06c8..6d2ca189442 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5401,14 +5401,14 @@ world}, @uref{http://evolonline.org, Evol Online} and (define openttd-engine (package (name "openttd-engine") - (version "14.1") + (version "15.0") (source (origin (method url-fetch) (uri (string-append "https://cdn.openttd.org/openttd-releases/" version "/openttd-" version "-source.tar.xz")) (sha256 (base32 - "151l05msgfknvfd2pa98n4p01nxw1ainkhc85i7qq5243zqch51c")))) + "1h9m66n34053vzbz33k9n94cszq08rll6d8d185kcvr4pdsdflim")))) (build-system cmake-build-system) (inputs (list allegro @@ -5417,7 +5417,7 @@ world}, @uref{http://evolonline.org, Evol Online} and icu4c libpng lzo - sdl + sdl2 xz zlib)) (synopsis "Transportation economics simulator game") @@ -5653,7 +5653,7 @@ Transport Tycoon Deluxe.") (sha256 (base32 "0kd4zd48352q74jv0kgh8asgksbnq2441lk894r0jm16iigsgg88")))) (inputs (modify-inputs (package-inputs openttd) - (append sdl2 zstd harfbuzz))) + (append zstd harfbuzz))) (arguments (substitute-keyword-arguments (package-arguments openttd) ((#:phases phases '%standard-phases) |
