summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-08-31 10:14:12 -0400
committerKei Kebreau <kkebreau@posteo.net>2017-08-31 11:38:00 -0400
commit95c1324adc58f5a20ed95c613557481c31255359 (patch)
treeb3cbb1e4d671269b02cd2285c3315a7034eb1e3b /gnu/packages
parentb1d1a10c7cbd724b20b60e2bf9186d8cace66c23 (diff)
downloadguix-95c1324adc58f5a20ed95c613557481c31255359.tar.gz
gnu: python-tmx: Update to 1.10.
* gnu/packages/game-development.scm (python-tmx): Update to 1.10.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/game-development.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 74b4a18d2b..c8869a4944 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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)))