diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-07 17:08:21 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-07 17:09:50 -0400 |
commit | 1ccc5cfc387d14fa3ebe864e16c0637994819b0f (patch) | |
tree | 621c228d9ba45e3064bc125f5d632c28dcace6b7 /gnu/packages | |
parent | 94521669ed23096f930be68efc691ccb793cc76f (diff) |
gnu: tiled: Update to 1.5.0.
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 3e74de449d..07a17763f8 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -448,7 +448,7 @@ support.") (define-public tiled (package (name "tiled") - (version "1.4.3") + (version "1.5.0") (source (origin (method git-fetch) (uri (git-reference @@ -457,7 +457,7 @@ support.") (file-name (git-file-name name version)) (sha256 (base32 - "14bx4gywfzr2f07ldqk3la82g5ag1agj21f7ccrxip12ydmpx0xb")))) + "1prajkx1xpp3csa0xpkrn3c2cnzvmwzxgrqb9d3gqszp3sllr2dg")))) (build-system gnu-build-system) (inputs `(("qtbase" ,qtbase) |