diff options
author | David Thompson <davet@gnu.org> | 2016-08-24 09:56:51 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2016-08-24 09:57:22 -0400 |
commit | 1f5be4e6feb2a83354d3f8b3489de0caac78f2be (patch) | |
tree | 31c4d7a735eff1b1dd2ff737e4c79fca2a691b71 /gnu | |
parent | 7743268658e0606bdd35e0bc429b88676ef27f96 (diff) | |
download | patches-1f5be4e6feb2a83354d3f8b3489de0caac78f2be.tar patches-1f5be4e6feb2a83354d3f8b3489de0caac78f2be.tar.gz |
gnu: tiled: Update to 0.17.0.
* gnu/packages/game-development.scm (tiled): Update to 0.17.0.
Diffstat (limited to 'gnu')
-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 ba97a649ae..d544a7294d 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -135,7 +135,7 @@ provide connectivity for client applications written in any language.") (define-public tiled (package (name "tiled") - (version "0.16.1") + (version "0.17.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" @@ -143,7 +143,7 @@ provide connectivity for client applications written in any language.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0s1i6yhm1z9ayzjh8cprcc9jvj5m87l9snyqg6w7zlj3q9zn4rn6")))) + "0c9gykxmq0sk0yyfdq81g9psd922scqzn5asskjydj84d80f5z7p")))) (build-system gnu-build-system) (inputs `(("qt" ,qt) ("zlib" ,zlib))) |