guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit f335493d845a561cd0ca173c827defe7ac89e39c
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.
    
    Change-Id: Ie17aba1803f108f004450c75ea7de1fd73ba922f
    Signed-off-by: Liliana Marie Prikler <[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 06ed0c018f..1c9057c6e0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5411,14 +5411,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