diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-17 02:20:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-17 02:47:19 +0200 |
commit | b66f2211b9356933332ac4c27837eed46b35990e (patch) | |
tree | d5d5c85bf01368c806829ef49e7ae5fc2f862687 /gnu/packages/game-development.scm | |
parent | ce756b97ecc9298624c51adbaa8c86a9f6768663 (diff) | |
download | patches-b66f2211b9356933332ac4c27837eed46b35990e.tar patches-b66f2211b9356933332ac4c27837eed46b35990e.tar.gz |
gnu: tiled: Update to 1.2.5.
* gnu/packages/game-development.scm (tiled): Update to 1.2.5.
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 7fc0122faa..eb92443e0d 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -445,7 +445,7 @@ support.") (define-public tiled (package (name "tiled") - (version "1.2.4") + (version "1.2.5") (source (origin (method git-fetch) (uri (git-reference @@ -454,7 +454,7 @@ support.") (file-name (git-file-name name version)) (sha256 (base32 - "04v738h298pvcwb70mwd1r2yj7578f6gkfzs0165j9fqy7avwm18")))) + "14v2zfka2y3h0r0biw1rl59585lji5074x958s4xnb352jm5h9b9")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |