From 62e3ba78afb8fc4e2b32cb55e18a7d6dcbb26bcb Mon Sep 17 00:00:00 2001 From: Yovan Naumovski Date: Sun, 30 Jan 2022 21:20:48 +0200 Subject: gnu: openttd: Update to 12.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/games.scm (openttd-engine): Update ot 12.1. Signed-off-by: Ludovic Courtès --- gnu/packages/games.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ccc5b3740a..6771bf93ff 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -68,6 +68,7 @@ ;;; Copyright © 2021 Brendan Tildesley ;;; Copyright © 2021 Christopher Baines ;;; Copyright © 2021 Foo Chuan Wei +;;; Copyright © 2022 Yovan Naumovski ;;; ;;; This file is part of GNU Guix. ;;; @@ -4220,14 +4221,14 @@ world}, @uref{http://evolonline.org, Evol Online} and (define openttd-engine (package (name "openttd-engine") - (version "12.0") + (version "12.1") (source (origin (method url-fetch) (uri (string-append "https://cdn.openttd.org/openttd-releases/" version "/openttd-" version "-source.tar.xz")) (sha256 (base32 - "1p1j5cf4ry57dcgm7qx2g2s00z1c6qgjabb4kqjp00yz00wgv85v")))) + "1qz7ld55m9cvgr4mkv6c11y0zf2aph3ba605l45qj41hk2wzb2r5")))) (build-system cmake-build-system) (inputs `(("allegro" ,allegro) -- cgit v1.2.3