guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openttd-engine: Update to 1.10.3.


From: guix-commits
Subject: branch master updated: gnu: openttd-engine: Update to 1.10.3.
Date: Wed, 23 Dec 2020 16:21:51 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit 4f9e0777b9fb28825b7647b9963a74e3ee3162a3
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Dec 23 16:44:49 2020 +0100

    gnu: openttd-engine: Update to 1.10.3.
    
    * gnu/packages/games.scm (openttd-engine): Update to 1.10.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 3db01e9..a84c635 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3957,14 +3957,14 @@ world}, @uref{http://evolonline.org, Evol Online} and
 (define openttd-engine
   (package
     (name "openttd-engine")
-    (version "1.10.0")
+    (version "1.10.3")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://cdn.openttd.org/openttd-releases/";
                                  version "/openttd-" version "-source.tar.xz"))
              (sha256
               (base32
-               "0lz2y2rjc23k0d97y65cqhy2splw9cmrbvhgz0iqps8xkan1m8hv"))))
+               "0fxmfz1mm95a2x0rnzfff9wb8q57w0cvsdd0z7agdcbyakph25n1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f              ; no "check" target



reply via email to

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