1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 04:54:07 +02:00

gnu: tiled: Update to 1.7.2.

* gnu/packages/game-development.scm (tiled): Update to 1.7.2.
This commit is contained in:
Liliana Marie Prikler
2021-09-25 10:39:56 +02:00
parent 719bbcc15e
commit 8a3bcbec8b
+2 -2
View File
@@ -514,7 +514,7 @@ formats such as PNG.")
(define-public tiled
(package
(name "tiled")
(version "1.5.0")
(version "1.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -523,7 +523,7 @@ formats such as PNG.")
(file-name (git-file-name name version))
(sha256
(base32
"1prajkx1xpp3csa0xpkrn3c2cnzvmwzxgrqb9d3gqszp3sllr2dg"))))
"1ifxh3sv6gz32gahgi7ba0ivcw5mfgwnrw6iycpav150w9xla43i"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase-5)