diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-22 21:03:53 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-22 21:03:53 -0400 |
commit | caf87fd8c675db3228ec53ead5b084b8e292f956 (patch) | |
tree | 848e4768b63a14be15c8d199262f5d0470572079 | |
parent | 83a2e492044b4bf843f25f890c29af6640632c3a (diff) | |
download | guix-caf87fd8c675db3228ec53ead5b084b8e292f956.tar guix-caf87fd8c675db3228ec53ead5b084b8e292f956.tar.gz |
gnu: tiled: Update to 0.13.0.
* gnu/packages/game-development (tiled): Update to 0.13.0.
-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 14209f4b7e..26eb4ad9f3 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -66,7 +66,7 @@ is used in some video games and movies.") (define-public tiled (package (name "tiled") - (version "0.11.0") + (version "0.13.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" @@ -74,7 +74,7 @@ is used in some video games and movies.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "03a15vbzjfwc8dpifbjvd0gnr208mzmdkgs2nlc8zq6z0a4h4jqd")))) + "1cfdhjwwwnc5fsq53axxyf6vmyy1grkk9ghi58dir68pwf6rlr3n")))) (build-system gnu-build-system) (inputs `(("qt" ,qt) ("zlib" ,zlib))) |