guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tiled: Update to 1.8.6.


From: guix-commits
Subject: branch master updated: gnu: tiled: Update to 1.8.6.
Date: Thu, 01 Sep 2022 09:23:53 -0400

This is an automated email from the git hooks/post-receive script.

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d580c8cb3d gnu: tiled: Update to 1.8.6.
d580c8cb3d is described below

commit d580c8cb3dc3bf277485a79ef16e33f841a04ef7
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Thu Sep 1 09:18:58 2022 -0400

    gnu: tiled: Update to 1.8.6.
    
    * gnu/packages/game-development.scm (tiled): Update to 1.8.6.
    [source]: Modify git URL to use the official 'mapeditor/tiled' repository 
for
    which 'bjorn/tiled' was a permanent redirect.
---
 gnu/packages/game-development.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index b3a54798d4..9ddc72de77 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -509,16 +509,16 @@ formats such as PNG.")
 (define-public tiled
   (package
     (name "tiled")
-    (version "1.8.1")
+    (version "1.8.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/bjorn/tiled";)
+                    (url "https://github.com/mapeditor/tiled";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05gczsywkk45bh0z1vv8l6cmrlncc2qj8agavj5ryxpnxkzy69r1"))))
+                "0iimfj4kbhmjk94586fqz11bk4i7v0zsxby8agx7450cqlh2y3zi"))))
     (build-system gnu-build-system)
     (inputs
      (list qtbase-5 qtdeclarative-5 qtsvg-5 zlib))



reply via email to

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