This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 240b3be58a gnu: openttd-engine: Update to 15.1.
240b3be58a is described below

commit 240b3be58a76ef2159113120069e7e6c3384b90e
Author: Johannes Christ <[email protected]>
AuthorDate: Sun Feb 8 10:52:51 2026 +0100

    gnu: openttd-engine: Update to 15.1.
    
    * gnu/packages/games.scm (openttd-engine): Update to 15.1.
    
    Closes: guix/guix#6237
    Change-Id: Ie17aba1803f108f004450c75ea7de1fd73ba922f
    Signed-off-by: 宋文武 <[email protected]>
---
 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 4884c6ceb1..cc1094920e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5412,14 +5412,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
 (define openttd-engine
   (package
     (name "openttd-engine")
-    (version "15.0")
+    (version "15.1")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://cdn.openttd.org/openttd-releases/";
                                  version "/openttd-" version "-source.tar.xz"))
              (sha256
               (base32
-               "1h9m66n34053vzbz33k9n94cszq08rll6d8d185kcvr4pdsdflim"))))
+               "0sdim52p07nc43n9biqmgyrc3w9q7c6qkm7731zvg8kw0kz6lii2"))))
     (build-system cmake-build-system)
     (inputs
      (list allegro

Reply via email to