diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-15 02:09:22 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-06-15 02:10:19 -0400 |
commit | 007993bf0bfc8c7357d0f9ac0be2dd92d46130c1 (patch) | |
tree | c781e6f898bb7a4adb25faab00b791ca1662df88 | |
parent | d56c55fffbe962cf7c44030ae4eac53ffa1e1f85 (diff) | |
download | guix-007993bf0bfc8c7357d0f9ac0be2dd92d46130c1.tar guix-007993bf0bfc8c7357d0f9ac0be2dd92d46130c1.tar.gz |
gnu: openttd: Update to 1.7.1.
* gnu/packages/games.scm (openttd): Update to 1.7.1.
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9bbf5d0220..565fea8567 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2238,14 +2238,14 @@ and a game metadata scraper.") (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. |