[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: openttd-engine: Update to 13.4.
From: |
guix-commits |
Subject: |
05/14: gnu: openttd-engine: Update to 13.4. |
Date: |
Tue, 1 Aug 2023 16:46:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6e745262778c4b71f1427e3dd7506b432e633b7f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: openttd-engine: Update to 13.4.
* gnu/packages/games.scm (openttd-engine): Update to 13.4.
---
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 17c3d9f2d7..3901c7d3e0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4684,14 +4684,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
(define openttd-engine
(package
(name "openttd-engine")
- (version "13.3")
+ (version "13.4")
(source
(origin (method url-fetch)
(uri (string-append "https://cdn.openttd.org/openttd-releases/";
version "/openttd-" version "-source.tar.xz"))
(sha256
(base32
- "14kiksw9qb37ryg6xkq4gahpvvd5yxwqz21sqws525k7zg91dyma"))))
+ "0vql1l25ym36vm4g76xl38kijf2gzb1m1x3ri0cf4n7y3fhfn79a"))))
(build-system cmake-build-system)
(inputs
(list allegro
- branch master updated (45b7a8bfda -> 7b2b0a5e1d), guix-commits, 2023/08/01
- 03/14: gnu: capnproto: Update to 1.0 [fixes CVE-2022-46149]., guix-commits, 2023/08/01
- 08/14: gnu: libpoly: Update to 0.1.12., guix-commits, 2023/08/01
- 02/14: gnu: mash: Fix build., guix-commits, 2023/08/01
- 04/14: gnu: jc: Update to 1.23.4., guix-commits, 2023/08/01
- 05/14: gnu: openttd-engine: Update to 13.4.,
guix-commits <=
- 07/14: gnu: pv: Update to 1.7.24., guix-commits, 2023/08/01
- 06/14: gnu: openttd-opensfx: Update to 1.0.3., guix-commits, 2023/08/01
- 11/14: gnu: glirc: Extend description., guix-commits, 2023/08/01
- 09/14: gnu: Remove duplicate module import from (gnu packages irc)., guix-commits, 2023/08/01
- 01/14: gnu: mash: Update package style., guix-commits, 2023/08/01
- 10/14: gnu: glirc: Install man page and README.md., guix-commits, 2023/08/01
- 13/14: gnu: pipe-viewer: Update to 0.4.8., guix-commits, 2023/08/01
- 14/14: gnu: lagrange: Update to 1.16.6., guix-commits, 2023/08/01
- 12/14: gnu: foot: Update to 1.15.2., guix-commits, 2023/08/01