gnu: python-tmx: Update to 1.10.

* gnu/packages/game-development.scm (python-tmx): Update to 1.10.
master
Kei Kebreau 2017-08-31 10:14:12 -04:00
parent b1d1a10c7c
commit 95c1324adc
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ possible, and it also makes the SGE easy to learn.")
(define-public python-tmx
(package
(name "python-tmx")
(version "1.9.1")
(version "1.10")
(source
(origin
(method url-fetch)
@ -285,7 +285,7 @@ possible, and it also makes the SGE easy to learn.")
version ".tar.gz"))
(sha256
(base32
"1is107sx3lr09dqjiyn10xqhyv5x54c2ryhys9mb9j3mxjbm227l"))))
"073q0prg1nzlkga2b45vhscz374206qh4x68ccg00mxxwagn64z0"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)))