gnu: tiled: Update to 1.1.3.
authorDavid Thompson <dthompson2@worcester.edu>
Wed, 14 Mar 2018 00:32:44 +0000 (20:32 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Wed, 14 Mar 2018 00:33:42 +0000 (20:33 -0400)
* gnu/packages/game-development.scm (tiled): Update to 1.1.3.

gnu/packages/game-development.scm

index 3025a68..03a70be 100644 (file)
@@ -386,7 +386,7 @@ support.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "1.1.2")
+    (version "1.1.3")
     (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
-                "0l4wc10d10fi0a5spbi318kjfzlizmycpr4wwlq04sk3b5kra0w0"))))
+                "08bxl6vc7ynnji4r6ij9ayr2jixvfhv4daplw5p96s0gkhdqd90k"))))
     (build-system gnu-build-system)
     (inputs
      `(("qtbase" ,qtbase)