diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-15 05:37:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-15 05:41:20 +0100 |
commit | a37bdf4289e9bb533907a6ee5c4c84e68e12c5b1 (patch) | |
tree | a36f1a16a2ec71bc2cce389b69719c35970f57c8 /gnu/packages/game-development.scm | |
parent | b2cf559772499ca96f9a678e12a50b34305b4626 (diff) | |
download | patches-a37bdf4289e9bb533907a6ee5c4c84e68e12c5b1.tar patches-a37bdf4289e9bb533907a6ee5c4c84e68e12c5b1.tar.gz |
gnu: tiled: Update to 1.2.2.
* gnu/packages/game-development.scm (tiled): Update to 1.2.2.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index c2732cac81..ac01cb3f2f 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -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) |