guix-commits
[Top][All Lists]
Advanced

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

19/19: gnu: tiled: Update to 1.2.2.


From: guix-commits
Subject: 19/19: gnu: tiled: Update to 1.2.2.
Date: Thu, 14 Feb 2019 23:42:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a37bdf4289e9bb533907a6ee5c4c84e68e12c5b1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 05:37:42 2019 +0100

    gnu: tiled: Update to 1.2.2.
    
    * gnu/packages/game-development.scm (tiled): Update to 1.2.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 c2732ca..ac01cb3 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -431,7 +431,7 @@ support.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "1.2.1")
+    (version "1.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -440,7 +440,7 @@ support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dl06k2p0r7l20ghxcq5sn7j0jl2l8q4m27vmfs2qfgvldjll2h3"))))
+                "0ay4x1b6h5xfax1cqry2fklcmqi6a16klgmci4gkhga7as66lnnn"))))
     (build-system gnu-build-system)
     (inputs
      `(("qtbase" ,qtbase)



reply via email to

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