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.6.


From: Kei Kebreau
Subject: 01/01: gnu: tiled: Update to 1.1.6.
Date: Fri, 27 Jul 2018 00:17:39 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 9dafb647115ecf7f6dc4fde443621501e993d860
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 27 00:16:31 2018 -0400

    gnu: tiled: Update to 1.1.6.
    
    * gnu/packages/game-development.scm (tiled): Update to 1.1.6.
    [arguments]: Substitute invoke for system*.
---
 gnu/packages/game-development.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 03841c9..fe07bc2 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -397,7 +397,7 @@ support.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "1.1.5")
+    (version "1.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bjorn/tiled/archive/v";
@@ -405,7 +405,7 @@ support.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1zrq1nhb50mwqzw3fln6vj49ljddil1v7yby3ahjbcm94s25ll1y"))))
+                "194ciw8688mikndvxivzb8ql5vm405pkwnn4srzm7ymwfc4xygb0"))))
     (build-system gnu-build-system)
     (inputs
      `(("qtbase" ,qtbase)
@@ -424,8 +424,8 @@ support.")
                                (assoc-ref inputs "qttools")
                                "/bin/lrelease\n")))
              (let ((out (assoc-ref outputs "out")))
-               (system* "qmake"
-                        (string-append "PREFIX=" out))))))))
+               (invoke "qmake"
+                       (string-append "PREFIX=" out))))))))
     (home-page "http://www.mapeditor.org/";)
     (synopsis "Tile map editor")
     (description



reply via email to

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