Skip to content
Snippets Groups Projects
Unverified Commit 22b0b798 authored by David Thompson's avatar David Thompson
Browse files

gnu: tiled: Update to 1.1.1.

* gnu/packages/game-development.scm (tiled): Update to 1.1.1.
parent 8276a6f4
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ (define-public python2-xsge ...@@ -386,7 +386,7 @@ (define-public python2-xsge
(define-public tiled (define-public tiled
(package (package
(name "tiled") (name "tiled")
(version "1.1.0") (version "1.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/bjorn/tiled/archive/v" (uri (string-append "https://github.com/bjorn/tiled/archive/v"
...@@ -394,7 +394,7 @@ (define-public tiled ...@@ -394,7 +394,7 @@ (define-public tiled
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xxvy5xyi32pbdva1hp05xq5l8403ck8hqdkv52lbscy92avvvp8")))) "102vw13iw1kbjj6h2sm8gl1jfvmqgq0zddd6hdmqagza5b6w32k3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("qtbase" ,qtbase) `(("qtbase" ,qtbase)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment