gnu: openttd-opengfx: Update to 0.5.5.

* gnu/packages/games.scm (openttd-opengfx): Update to 0.5.5.
This commit is contained in:
Josh Holland 2019-10-29 17:08:33 +00:00 committed by Tobias Geerinckx-Rice
parent e0efda9561
commit 894fbb33fc
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -44,6 +44,7 @@
;;; Copyright © 2019 Dan Frumin <dfrumin@cs.ru.nl>
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
;;; Copyright © 2019 Josh Holland <josh@inv.alid.pw>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2667,7 +2668,7 @@ (define openttd-engine
(define openttd-opengfx
(package
(name "openttd-opengfx")
(version "0.5.2")
(version "0.5.5")
(source
(origin
(method url-fetch)
@ -2675,7 +2676,7 @@ (define openttd-opengfx
version "/opengfx-" version "-source.tar.xz"))
(sha256
(base32
"0iz66q7p1mf00njfjbc4vibh3jaybki7armkl18iz7p6x4chp9zv"))))
"009fa1bdin1bk0ynzhzc30hzkmmwzmwkk6j591ax3f6w75l28n49"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list "CC=gcc"