gnu: tiled: Update to 1.5.0.

This commit is contained in:
David Thompson 2021-04-07 17:08:21 -04:00
parent 94521669ed
commit 1ccc5cfc38
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -448,7 +448,7 @@ (define-public python-xsge
(define-public tiled
(package
(name "tiled")
(version "1.4.3")
(version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -457,7 +457,7 @@ (define-public tiled
(file-name (git-file-name name version))
(sha256
(base32
"14bx4gywfzr2f07ldqk3la82g5ag1agj21f7ccrxip12ydmpx0xb"))))
"1prajkx1xpp3csa0xpkrn3c2cnzvmwzxgrqb9d3gqszp3sllr2dg"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)