gnu: openttd: Update to 1.7.1.

* gnu/packages/games.scm (openttd): Update to 1.7.1.
This commit is contained in:
Kei Kebreau 2017-06-15 02:09:22 -04:00
parent d56c55fffb
commit 007993bf0b
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -2238,14 +2238,14 @@ and a game metadata scraper.")
(define openttd-engine (define openttd-engine
(package (package
(name "openttd-engine") (name "openttd-engine")
(version "1.7.0") (version "1.7.1")
(source (source
(origin (method url-fetch) (origin (method url-fetch)
(uri (string-append "http://binaries.openttd.org/releases/" (uri (string-append "http://binaries.openttd.org/releases/"
version "/openttd-" version "-source.tar.xz")) version "/openttd-" version "-source.tar.xz"))
(sha256 (sha256
(base32 (base32
"1q4r5860dpkkw4fpfz3f8mvdd8xjpnwwzr9zybgmgb255bs0g4yz")) "0dhv5bbbg1dmmq7fi3xss0a9jq2rqgb5sf9fsqzlsjcdm590j6b1"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; The DOS port contains proprietary software. ;; The DOS port contains proprietary software.