guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-tmx: Update to 1.10.


From: Kei Kebreau
Subject: 02/03: gnu: python-tmx: Update to 1.10.
Date: Thu, 31 Aug 2017 11:38:21 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 95c1324adc58f5a20ed95c613557481c31255359
Author: Kei Kebreau <address@hidden>
Date:   Thu Aug 31 10:14:12 2017 -0400

    gnu: python-tmx: Update to 1.10.
    
    * gnu/packages/game-development.scm (python-tmx): Update to 1.10.
---
 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 74b4a18..c8869a4 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]