gnu: tiled: Update to 1.2.2.

* gnu/packages/game-development.scm (tiled): Update to 1.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-15 05:37:42 +01:00
parent b2cf559772
commit a37bdf4289
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -431,7 +431,7 @@ support.")
(define-public tiled
(package
(name "tiled")
(version "1.2.1")
(version "1.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -440,7 +440,7 @@ support.")
(file-name (git-file-name name version))
(sha256
(base32
"1dl06k2p0r7l20ghxcq5sn7j0jl2l8q4m27vmfs2qfgvldjll2h3"))))
"0ay4x1b6h5xfax1cqry2fklcmqi6a16klgmci4gkhga7as66lnnn"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)