summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-07-16 05:18:08 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-16 06:45:06 +0200
commitb21ceaafab49546e029a774d2f7056f6ac9fe282 (patch)
tree3a71cfcaddd6a76fc1015ec6e29bb6f6a937ea6d /gnu/packages/game-development.scm
parent29d432a7addb6bb2f7a352dcbe2c84b095976619 (diff)
downloadpatches-b21ceaafab49546e029a774d2f7056f6ac9fe282.tar
patches-b21ceaafab49546e029a774d2f7056f6ac9fe282.tar.gz
gnu: tiled: Update to 1.0.2.
* gnu/packages/game-development.scm (tiled): Update to 1.0.2.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 67f6c55017..dabe951da8 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -380,7 +380,7 @@ support.")
(define-public tiled
(package
(name "tiled")
- (version "1.0.1")
+ (version "1.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/bjorn/tiled/archive/v"
@@ -388,7 +388,7 @@ support.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1y75jmpcf2lv8s3g9v3ghnrwvs2fc4ni7nx74csaylg1g04cwlq7"))))
+ "134xi74xajh38rj1qhmc4x1zmncfdmqb01axnkxh6zs3qz0rxp93"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)