diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-04-05 09:39:40 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-04-05 09:41:24 -0400 |
commit | 6de2af288fb6fecf46cca93290e1d04cddf83e48 (patch) | |
tree | ee50282daeed816127b98c99452ceff978780aa2 | |
parent | f27f264e51a8de77f01d6798eb9c991cecbcdedb (diff) | |
download | patches-6de2af288fb6fecf46cca93290e1d04cddf83e48.tar patches-6de2af288fb6fecf46cca93290e1d04cddf83e48.tar.gz |
gnu: tiled: Update to 1.1.4.
* gnu/packages/game-development.scm (tiled): Update to 1.1.4.
-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 03a70bea49..06a7b03cc4 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.1.3") + (version "1.1.4") (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 - "08bxl6vc7ynnji4r6ij9ayr2jixvfhv4daplw5p96s0gkhdqd90k")))) + "0xb3zwcdk7khdrza6spl02g5n2xbij6nbszv8vi27vagjnmz1wxh")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |