guix-commits
[Top][All Lists]
Advanced

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

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


From: David Thompson
Subject: 01/01: gnu: tiled: Update to 0.16.1.
Date: Sun, 8 May 2016 16:36:38 +0000 (UTC)

davexunit pushed a commit to branch master
in repository guix.

commit 738fea308688fac5994653b1fe98dc90a2a22455
Author: David Thompson <address@hidden>
Date:   Sun May 8 12:35:35 2016 -0400

    gnu: tiled: Update to 0.16.1.
    
    * gnu/packages/game-development.scm (tiled): Update to 0.16.1.
---
 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 414af14..86cbb2d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -129,7 +129,7 @@ provide connectivity for client applications written in any 
language.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "0.15.1")
+    (version "0.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bjorn/tiled/archive/v";
@@ -137,7 +137,7 @@ provide connectivity for client applications written in any 
language.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "10bbjdv5r36229r1dqg32bxcj9yvpkx9jgs9v4s1qb71v856b15h"))))
+                "0s1i6yhm1z9ayzjh8cprcc9jvj5m87l9snyqg6w7zlj3q9zn4rn6"))))
     (build-system gnu-build-system)
     (inputs `(("qt" ,qt)
               ("zlib" ,zlib)))



reply via email to

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