diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 05:37:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 05:59:00 +0200 |
commit | fdcb881f1a247a6b1898a2f70b239a4f1ba429a1 (patch) | |
tree | 3135cc13d53c2e78c466079c90afca610cc155c2 /gnu/packages | |
parent | 28548efe825eaa7218a646b5e3fc19d0bd421319 (diff) | |
download | guix-fdcb881f1a247a6b1898a2f70b239a4f1ba429a1.tar guix-fdcb881f1a247a6b1898a2f70b239a4f1ba429a1.tar.gz |
gnu: tiled: Update to 1.2.4.
* gnu/packages/game-development.scm (tiled): Update to 1.2.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index e6b713465c..5b7ab2cc29 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -435,7 +435,7 @@ support.") (define-public tiled (package (name "tiled") - (version "1.2.3") + (version "1.2.4") (source (origin (method git-fetch) (uri (git-reference @@ -444,7 +444,7 @@ support.") (file-name (git-file-name name version)) (sha256 (base32 - "1nfyigfkl10n9r82p1qxhpr09jn2kwalh9n5r209bcaj8dxspph8")))) + "04v738h298pvcwb70mwd1r2yj7578f6gkfzs0165j9fqy7avwm18")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |