~ruther/guix-local

c8320d1032eb251cf922c7722e30044e5c135f53 — David Thompson 8 years ago 47fefe9
gnu: tiled: Update to 1.1.0.

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

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +2 -2
@@ 386,7 386,7 @@ support.")
(define-public tiled
  (package
    (name "tiled")
    (version "1.0.3")
    (version "1.1.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/bjorn/tiled/archive/v"


@@ 394,7 394,7 @@ support.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
                "1qj7l34y5zv2iazmwbix8wdpp88zv7fswbc4arqpp1wak2yna1ix"))))
                "1xxvy5xyi32pbdva1hp05xq5l8403ck8hqdkv52lbscy92avvvp8"))))
    (build-system gnu-build-system)
    (inputs
     `(("qtbase" ,qtbase)