[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: openttd-engine: Update to 13.0.
From: |
guix-commits |
Subject: |
08/10: gnu: openttd-engine: Update to 13.0. |
Date: |
Sat, 18 Feb 2023 06:43:09 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit a4b5876a77ba736f1dd1dccdc5eb333b0f54e47a
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Tue Feb 14 20:37:01 2023 +0200
gnu: openttd-engine: Update to 13.0.
* gnu/packages/games.scm (openttd-engine): Update to 13.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f9b4505ffe..e1639a8c64 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -68,7 +68,7 @@
;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
-;;; Copyright © 2022 Yovan Naumovski <yovan@gorski.stream>
+;;; Copyright © 2022, 2023 Yovan Naumovski <yovan@gorski.stream>
;;; Copyright © 2022 Roman Riabenko <roman@riabenko.com>
;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared@gmail.com>
@@ -4410,14 +4410,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
(define openttd-engine
(package
(name "openttd-engine")
- (version "12.2")
+ (version "13.0")
(source
(origin (method url-fetch)
(uri (string-append "https://cdn.openttd.org/openttd-releases/"
version "/openttd-" version "-source.tar.xz"))
(sha256
(base32
- "0p79mi6hnj9138911l56zxxzy7rqz02nmxbf455jc31sx46qyl41"))))
+ "0rxbsymfirkw2d9hn2lmi8yhlfx7qvpzhy7y7b48fw42w3hgi79k"))))
(build-system cmake-build-system)
(inputs
(list allegro
- branch master updated (224bcf4f1d -> 2fb42567eb), guix-commits, 2023/02/18
- 03/10: gnu: Add opentaxsolver., guix-commits, 2023/02/18
- 05/10: gnu: emacs-marginalia: Update to 1.1., guix-commits, 2023/02/18
- 06/10: gnu: emacs-vertico: Update to 1.1., guix-commits, 2023/02/18
- 02/10: gnu: emacs-mew: Improve package style., guix-commits, 2023/02/18
- 09/10: gnu: distrobox: Skip substitution in man pages., guix-commits, 2023/02/18
- 01/10: gnu: emacs-mew: Update to 6.9-1.35772ee., guix-commits, 2023/02/18
- 04/10: gnu: emacs-corfu: Update to 0.35., guix-commits, 2023/02/18
- 08/10: gnu: openttd-engine: Update to 13.0.,
guix-commits <=
- 10/10: gnu: komikku: Update to 1.11.1., guix-commits, 2023/02/18
- 07/10: gnu: Add nwg-launchers., guix-commits, 2023/02/18