guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: tiled: Update to 1.1.2.


From: David Thompson
Subject: 01/01: gnu: tiled: Update to 1.1.2.
Date: Fri, 16 Feb 2018 10:16:20 -0500 (EST)

davexunit pushed a commit to branch master
in repository guix.

commit 6a3cf4e6c7d77634d67902215f0017c12455c6fb
Author: David Thompson <address@hidden>
Date:   Fri Feb 16 10:15:36 2018 -0500

    gnu: tiled: Update to 1.1.2.
    
    * gnu/packages/game-development.scm (tiled): Update to 1.1.2.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 5da40b1..ffc3522 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.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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]