diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-16 17:09:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-16 17:57:02 +0200 |
commit | 677eb3318fce21440f6509e75df054525218fdaa (patch) | |
tree | 382193bbe40d6f49cb68162e96fd540ec2b1929d /gnu/packages/game-development.scm | |
parent | 956cbd3ad8aa5dfd0c276b210b4688ac0d0d5ffa (diff) | |
download | patches-677eb3318fce21440f6509e75df054525218fdaa.tar patches-677eb3318fce21440f6509e75df054525218fdaa.tar.gz |
gnu: tiled: Update to 1.0.1.
* gnu/packages/game-development.scm (tiled): Update to 1.0.1.
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 89db6427b0..18ce2ae4a4 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -296,7 +296,7 @@ support.") (define-public tiled (package (name "tiled") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" @@ -304,7 +304,7 @@ support.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0g6ld9znydbdzy4x9h532gf1fg5bnz1mmrpvw4jg2a4lxkrz3rd5")))) + "1y75jmpcf2lv8s3g9v3ghnrwvs2fc4ni7nx74csaylg1g04cwlq7")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |