From 007993bf0bfc8c7357d0f9ac0be2dd92d46130c1 Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Thu, 15 Jun 2017 02:09:22 -0400
Subject: [PATCH] gnu: openttd: Update to 1.7.1.

* gnu/packages/games.scm (openttd): Update to 1.7.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 9bbf5d02202..565fea85673 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2238,14 +2238,14 @@ (define-public emulation-station
 (define openttd-engine
   (package
     (name "openttd-engine")
-    (version "1.7.0")
+    (version "1.7.1")
     (source
      (origin (method url-fetch)
              (uri (string-append "http://binaries.openttd.org/releases/"
                                  version "/openttd-" version "-source.tar.xz"))
              (sha256
               (base32
-               "1q4r5860dpkkw4fpfz3f8mvdd8xjpnwwzr9zybgmgb255bs0g4yz"))
+               "0dhv5bbbg1dmmq7fi3xss0a9jq2rqgb5sf9fsqzlsjcdm590j6b1"))
              (modules '((guix build utils)))
              (snippet
               ;; The DOS port contains proprietary software.
-- 
GitLab