mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-tmx: Update to 1.10.
* gnu/packages/game-development.scm (python-tmx): Update to 1.10.
This commit is contained in:
parent
b1d1a10c7c
commit
95c1324adc
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ (define-public python2-sge-pygame
|
||||||
(define-public python-tmx
|
(define-public python-tmx
|
||||||
(package
|
(package
|
||||||
(name "python-tmx")
|
(name "python-tmx")
|
||||||
(version "1.9.1")
|
(version "1.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -285,7 +285,7 @@ (define-public python-tmx
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1is107sx3lr09dqjiyn10xqhyv5x54c2ryhys9mb9j3mxjbm227l"))))
|
"073q0prg1nzlkga2b45vhscz374206qh4x68ccg00mxxwagn64z0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)))
|
`(("python-six" ,python-six)))
|
||||||
|
|
Loading…
Reference in a new issue