gnu: tiled: Update to 1.1.3.

* gnu/packages/game-development.scm (tiled): Update to 1.1.3.
This commit is contained in:
David Thompson 2018-03-13 20:32:44 -04:00
parent 620ea2de26
commit 23cdeaa971
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -386,7 +386,7 @@ (define-public python2-xsge
(define-public tiled (define-public tiled
(package (package
(name "tiled") (name "tiled")
(version "1.1.2") (version "1.1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/bjorn/tiled/archive/v" (uri (string-append "https://github.com/bjorn/tiled/archive/v"
@ -394,7 +394,7 @@ (define-public tiled
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0l4wc10d10fi0a5spbi318kjfzlizmycpr4wwlq04sk3b5kra0w0")))) "08bxl6vc7ynnji4r6ij9ayr2jixvfhv4daplw5p96s0gkhdqd90k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase)