[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: tiled: Update to 1.0.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/08: gnu: tiled: Update to 1.0.1. |
Date: |
Fri, 16 Jun 2017 12:20:53 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 677eb3318fce21440f6509e75df054525218fdaa
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jun 16 17:09:21 2017 +0200
gnu: tiled: Update to 1.0.1.
* gnu/packages/game-development.scm (tiled): Update to 1.0.1.
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 89db642..18ce2ae 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -296,7 +296,7 @@ support.")
(define-public tiled
(package
(name "tiled")
- (version "1.0.0")
+ (version "1.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/bjorn/tiled/archive/v"
@@ -304,7 +304,7 @@ support.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0g6ld9znydbdzy4x9h532gf1fg5bnz1mmrpvw4jg2a4lxkrz3rd5"))))
+ "1y75jmpcf2lv8s3g9v3ghnrwvs2fc4ni7nx74csaylg1g04cwlq7"))))
(build-system gnu-build-system)
(inputs
`(("qtbase" ,qtbase)
- branch master updated (6d7273a -> 8231c53), Tobias Geerinckx-Rice, 2017/06/16
- 06/08: gnu: tiled: Update to 1.0.1.,
Tobias Geerinckx-Rice <=
- 03/08: gnu: par2cmdline: Update to 0.7.2., Tobias Geerinckx-Rice, 2017/06/16
- 01/08: gnu: ansible: Update to 2.3.1.0., Tobias Geerinckx-Rice, 2017/06/16
- 05/08: gnu: cppcheck: Update to 1.79., Tobias Geerinckx-Rice, 2017/06/16
- 04/08: gnu: borg: Update to 1.1.0b5., Tobias Geerinckx-Rice, 2017/06/16
- 02/08: gnu: thefuck: Update to 3.18., Tobias Geerinckx-Rice, 2017/06/16
- 08/08: gnu: ola: Update to 0.10.4., Tobias Geerinckx-Rice, 2017/06/16
- 07/08: gnu: leptonica: Update to 1.74.4., Tobias Geerinckx-Rice, 2017/06/16