gnu: tiled: Update to 1.0.3.

* gnu/packages/game-development.scm (tiled): Update to 1.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-29 21:21:46 +02:00
parent 08cba8cca4
commit d3f0e09882
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -353,7 +353,7 @@ (define-public python2-xsge
(define-public tiled
(package
(name "tiled")
(version "1.0.2")
(version "1.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/bjorn/tiled/archive/v"
@ -361,7 +361,7 @@ (define-public tiled
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"134xi74xajh38rj1qhmc4x1zmncfdmqb01axnkxh6zs3qz0rxp93"))))
"1qj7l34y5zv2iazmwbix8wdpp88zv7fswbc4arqpp1wak2yna1ix"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)