summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-11-15 21:13:08 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-11-15 21:14:09 -0500
commit664821f1d7ef54c8e12bac176e6197d1903df150 (patch)
tree9d0aef9333d6e0cc4c6b2805cbf9cd99cbde9180 /gnu
parent29c66198f343219f24a8b18fb1522fbc427f96f1 (diff)
gnu: tiled: Update to 1.4.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/game-development.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 96ed2f9da49..d6e87b73fca 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -444,7 +444,7 @@ support.")
444(define-public tiled 444(define-public tiled
445 (package 445 (package
446 (name "tiled") 446 (name "tiled")
447 (version "1.2.5") 447 (version "1.4.2")
448 (source (origin 448 (source (origin
449 (method git-fetch) 449 (method git-fetch)
450 (uri (git-reference 450 (uri (git-reference
@@ -453,10 +453,11 @@ support.")
453 (file-name (git-file-name name version)) 453 (file-name (git-file-name name version))
454 (sha256 454 (sha256
455 (base32 455 (base32
456 "14v2zfka2y3h0r0biw1rl59585lji5074x958s4xnb352jm5h9b9")))) 456 "0nhmv5rnmlnnmkiz95l3iy62f3754d98dm1wyh1m47xb3nbnl05b"))))
457 (build-system gnu-build-system) 457 (build-system gnu-build-system)
458 (inputs 458 (inputs
459 `(("qtbase" ,qtbase) 459 `(("qtbase" ,qtbase)
460 ("qtdeclarative" ,qtdeclarative)
460 ("qtsvg" ,qtsvg) 461 ("qtsvg" ,qtsvg)
461 ("zlib" ,zlib))) 462 ("zlib" ,zlib)))
462 (native-inputs 463 (native-inputs