gnu: tiled: Update to 1.1.0.
authorDavid Thompson <dthompson2@worcester.edu>
Thu, 4 Jan 2018 16:07:37 +0000 (11:07 -0500)
committerDavid Thompson <dthompson2@worcester.edu>
Thu, 4 Jan 2018 16:09:21 +0000 (11:09 -0500)
* gnu/packages/game-development.scm (tiled): Update to 1.1.0.

gnu/packages/game-development.scm

index ca76ff7..363d9a2 100644 (file)
@@ -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)