diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-01-19 07:37:16 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-01-19 15:13:30 -0500 |
commit | 7d24363f09e70e169f23460697525dff6f2f8b3e (patch) | |
tree | 4c6dcbde7cc6ee0866d458182d881600d34eac8b | |
parent | b0910aad2ff609ade904bf3806e58b51466c8fd1 (diff) | |
download | patches-7d24363f09e70e169f23460697525dff6f2f8b3e.tar patches-7d24363f09e70e169f23460697525dff6f2f8b3e.tar.gz |
gnu: tiled: Update to 0.11.0.
* gnu/packages/game-development.scm (tiled): Update.
-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 338979e821..fefdf67f3d 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -53,14 +53,14 @@ is used in some video games and movies.") (define-public tiled (package (name "tiled") - (version "0.10.2") + (version "0.11.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" version ".tar.gz")) (sha256 (base32 - "0p4p3lv4nw11fkfvvyjirb93r2x4w2rrc2w650gl2k57k92jpiij")))) + "03a15vbzjfwc8dpifbjvd0gnr208mzmdkgs2nlc8zq6z0a4h4jqd")))) (build-system gnu-build-system) (inputs `(("qt" ,qt) ("zlib" ,zlib))) |