gnu: tiled: Update to 1.1.2.
authorDavid Thompson <dthompson2@worcester.edu>
Fri, 16 Feb 2018 15:15:36 +0000 (10:15 -0500)
committerDavid Thompson <dthompson2@worcester.edu>
Fri, 16 Feb 2018 15:16:09 +0000 (10:16 -0500)
* gnu/packages/game-development.scm (tiled): Update to 1.1.2.

gnu/packages/game-development.scm

index 5da40b1..ffc3522 100644 (file)
@@ -386,7 +386,7 @@ support.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "1.1.1")
+    (version "1.1.2")
     (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
-                "102vw13iw1kbjj6h2sm8gl1jfvmqgq0zddd6hdmqagza5b6w32k3"))))
+                "0l4wc10d10fi0a5spbi318kjfzlizmycpr4wwlq04sk3b5kra0w0"))))
     (build-system gnu-build-system)
     (inputs
      `(("qtbase" ,qtbase)