diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-29 21:21:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-29 23:40:08 +0200 |
commit | d3f0e098820bc957b184f5ae5f240d6d997fc585 (patch) | |
tree | 6e5cc11b3e0484afb8653bd949ca6c1a848d74f9 | |
parent | 08cba8cca4375d3dda5ad2cabdd2485eac6338bf (diff) | |
download | guix-d3f0e098820bc957b184f5ae5f240d6d997fc585.tar guix-d3f0e098820bc957b184f5ae5f240d6d997fc585.tar.gz |
gnu: tiled: Update to 1.0.3.
* gnu/packages/game-development.scm (tiled): Update to 1.0.3.
-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 95f8697b42..728d9714ff 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -353,7 +353,7 @@ support.") (define-public tiled (package (name "tiled") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" @@ -361,7 +361,7 @@ support.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "134xi74xajh38rj1qhmc4x1zmncfdmqb01axnkxh6zs3qz0rxp93")))) + "1qj7l34y5zv2iazmwbix8wdpp88zv7fswbc4arqpp1wak2yna1ix")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |