guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tiled: Update to 0.15.1.


From: Efraim Flashner
Subject: 01/02: gnu: tiled: Update to 0.15.1.
Date: Tue, 01 Mar 2016 13:01:56 +0000

efraim pushed a commit to branch master
in repository guix.

commit e8ea01d9027e565118181a5fe691d2ae01b4529b
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 1 13:32:01 2016 +0200

    gnu: tiled: Update to 0.15.1.
    
    * gnu/packages/game-development.scm (tiled): Update to 0.15.1.
---
 gnu/packages/game-development.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 9fd0ddd..773c517 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Alex Kost <address@hidden>
 ;;; Copyright © 2015, 2016 David Thompson <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -127,7 +128,7 @@ provide connectivity for client applications written in any 
language.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "0.13.1")
+    (version "0.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bjorn/tiled/archive/v";
@@ -135,7 +136,7 @@ provide connectivity for client applications written in any 
language.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "057a5cna3vhznpl9hyql2sxz995aprv43r8wva89x4vdphxv04lm"))))
+                "10bbjdv5r36229r1dqg32bxcj9yvpkx9jgs9v4s1qb71v856b15h"))))
     (build-system gnu-build-system)
     (inputs `(("qt" ,qt)
               ("zlib" ,zlib)))



reply via email to

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