From 73374a68e9d9134f00071349e79c448833a07d70 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 13 Sep 2015 09:20:03 -0400 Subject: gnu: tiled: Update to 0.13.1. * gnu/packages/game-development.scm (tiled): Update to 0.13.1. --- gnu/packages/game-development.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/game-development.scm') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 5148a04c79..9c918dee35 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -67,7 +67,7 @@ (define-public bullet (define-public tiled (package (name "tiled") - (version "0.13.0") + (version "0.13.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/bjorn/tiled/archive/v" @@ -75,7 +75,7 @@ (define-public tiled (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1cfdhjwwwnc5fsq53axxyf6vmyy1grkk9ghi58dir68pwf6rlr3n")))) + "057a5cna3vhznpl9hyql2sxz995aprv43r8wva89x4vdphxv04lm")))) (build-system gnu-build-system) (inputs `(("qt" ,qt) ("zlib" ,zlib))) -- cgit v1.2.3