From: Yovan Naumovski via Guix-patches via <guix-patches@gnu.org>
To: 63352@debbugs.gnu.org
Cc: Yovan Naumovski <yovan@gorski.stream>
Subject: [bug#63352] [PATCH] gnu: openttd-engine: Update to 13.1.
Date: Sun, 7 May 2023 21:32:14 +0300 [thread overview]
Message-ID: <20230507183214.26020-1-yovan@gorski.stream> (raw)
* gnu/packages/games.scm (openttd-engine): Update to 13.1.
---
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 @@ (define-public manaplus
(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
--
2.39.2
next reply other threads:[~2023-05-07 18:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-07 18:32 Yovan Naumovski via Guix-patches via [this message]
2023-05-08 9:51 ` bug#63352: [PATCH] gnu: openttd-engine: Update to 13.1 Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230507183214.26020-1-yovan@gorski.stream \
--to=guix-patches@gnu.org \
--cc=63352@debbugs.gnu.org \
--cc=yovan@gorski.stream \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.