[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: openttd-engine: Update to 13.1.
From: |
guix-commits |
Subject: |
01/18: gnu: openttd-engine: Update to 13.1. |
Date: |
Mon, 8 May 2023 05:51:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8bd5b3a3731ddb7e9e17f02aa7b801fcb2d8fd53
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun May 7 21:32:14 2023 +0300
gnu: openttd-engine: Update to 13.1.
* gnu/packages/games.scm (openttd-engine): Update to 13.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4fb9775e8d..2e3994543a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4531,14 +4531,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
(define openttd-engine
(package
(name "openttd-engine")
- (version "13.0")
+ (version "13.1")
(source
(origin (method url-fetch)
(uri (string-append "https://cdn.openttd.org/openttd-releases/"
version "/openttd-" version "-source.tar.xz"))
(sha256
(base32
- "0rxbsymfirkw2d9hn2lmi8yhlfx7qvpzhy7y7b48fw42w3hgi79k"))))
+ "1fsq1azddk1l11w89r93mgmhna34kvarfak7xy2q48rmf39j5psy"))))
(build-system cmake-build-system)
(inputs
(list allegro
- branch master updated (0e09e8ab15 -> 12c529c071), guix-commits, 2023/05/08
- 04/18: gnu: Add h3., guix-commits, 2023/05/08
- 01/18: gnu: openttd-engine: Update to 13.1.,
guix-commits <=
- 09/18: gnu: python-pytest-astropy: Simplify package., guix-commits, 2023/05/08
- 03/18: gnu: python-pytest-doctestplus: Update to 0.12.1., guix-commits, 2023/05/08
- 06/18: gnu: Add python-h3., guix-commits, 2023/05/08
- 07/18: gnu: Add python-timezonefinder., guix-commits, 2023/05/08
- 05/18: gnu: Sort use-module alphabetically in (gnu packages geo)., guix-commits, 2023/05/08
- 08/18: gnu: python-pytest-filter-subpackage: Update to 0.1.2., guix-commits, 2023/05/08
- 02/18: gnu: tio: Update to 2.5., guix-commits, 2023/05/08
- 10/18: gnu: python-extension-helpers: Update to 1.0.0., guix-commits, 2023/05/08
- 13/18: gnu: python-pytest-remotedata: Update to 0.4.0., guix-commits, 2023/05/08
- 16/18: gnu: python-astropy: Update to 5.2.2., guix-commits, 2023/05/08