~ruther/guix-local

80e138750dc5c1716def506a904bce59fb7dacf2 — David Thompson 9 years ago 823354b
gnu: tiled: Update to 0.18.2.

* gnu/packages/game-development.scm (tiled): Update to 0.18.2.
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
@@ 189,7 189,7 @@ provide connectivity for client applications written in any language.")
(define-public tiled
  (package
    (name "tiled")
    (version "0.18.0")
    (version "0.18.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/bjorn/tiled/archive/v"


@@ 197,7 197,7 @@ provide connectivity for client applications written in any language.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
                "0csrwf7k3fxv6bv580w6wxjk1q2j9mj9k0xba3nb1ms6jiz1bvzk"))))
                "1kcj2blrlfpghjv0qigip2qcbxfx7vv9i8nr4997hkwhsh6i2pjp"))))
    (build-system gnu-build-system)
    (inputs `(("qt" ,qt)
              ("zlib" ,zlib)))