diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-01-04 11:07:37 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-01-04 11:09:21 -0500 |
commit | c8320d1032eb251cf922c7722e30044e5c135f53 (patch) | |
tree | f891ad3a19a887dfa33fc360f57527af0b42204d /gnu | |
parent | 47fefe98aae5a75655995e764f1527f020dd4f3c (diff) | |
download | patches-c8320d1032eb251cf922c7722e30044e5c135f53.tar patches-c8320d1032eb251cf922c7722e30044e5c135f53.tar.gz |
gnu: tiled: Update to 1.1.0.
* gnu/packages/game-development.scm (tiled): Update to 1.1.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 ca76ff7d85..363d9a2533 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -386,7 +386,7 @@ support.") (define-public tiled (package (name "tiled") - (version "1.0.3") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" @@ -394,7 +394,7 @@ support.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1qj7l34y5zv2iazmwbix8wdpp88zv7fswbc4arqpp1wak2yna1ix")))) + "1xxvy5xyi32pbdva1hp05xq5l8403ck8hqdkv52lbscy92avvvp8")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |