guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/18: gnu: openttd-engine: Update to 13.1.


From: guix-commits
Subject: 01/18: gnu: openttd-engine: Update to 13.1.
Date: Mon, 8 May 2023 05:51:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8bd5b3a3731ddb7e9e17f02aa7b801fcb2d8fd53
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun May 7 21:32:14 2023 +0300

    gnu: openttd-engine: Update to 13.1.
    
    * gnu/packages/games.scm (openttd-engine): Update to 13.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 @@ world}, @uref{http://evolonline.org, Evol Online} and
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]