* [bug#61511] [PATCH] gnu: openttd-engine: Update to 13.0.
@ 2023-02-14 18:55 Yovan Naumovski via Guix-patches via
2023-02-18 11:51 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-02-14 18:55 UTC (permalink / raw)
To: 61511
[-- Attachment #1: Type: text/plain, Size: 97 bytes --]
Hi,
here is a patch to update openttd-engine to the latest version 13.0.
Best regards,
Yovan.
[-- Attachment #2: 0001-gnu-openttd-Update-to-13.0.patch --]
[-- Type: text/x-patch, Size: 1600 bytes --]
From aca98261ba0b9621198a2560e340f2dca35c6a58 Mon Sep 17 00:00:00 2001
From: Yovan Naumovski <yovan@gorski.stream>
Date: Tue, 14 Feb 2023 20:37:01 +0200
Subject: [PATCH] gnu: openttd: Update to 13.0.
---
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 be2b158f40..0401c7b9a1 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>
@@ -4411,14 +4411,14 @@ (define-public manaplus
(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
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#61511] [PATCH] gnu: openttd-engine: Update to 13.0.
2023-02-14 18:55 [bug#61511] [PATCH] gnu: openttd-engine: Update to 13.0 Yovan Naumovski via Guix-patches via
@ 2023-02-18 11:51 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-18 11:51 UTC (permalink / raw)
To: 61511; +Cc: 61511-done, Yovan Naumovski
Hello,
Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:
> Subject: [PATCH] gnu: openttd: Update to 13.0.
Applied (with a proper commit message). Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-18 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-14 18:55 [bug#61511] [PATCH] gnu: openttd-engine: Update to 13.0 Yovan Naumovski via Guix-patches via
2023-02-18 11:51 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.