kkebreau pushed a commit to branch master
in repository guix.

commit ff9c881ffee0454fca0212a8f240253c18415d4a
Author: Kei Kebreau <[email protected]>
AuthorDate: Sun May 9 18:49:18 2021 -0400

    gnu: python-sge: Update to 2.0.post0.
    
    * gnu/packages/game-development.scm (python-sge): Update to 2.0.post0.
---
 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 906d32d..f3f5520 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -348,14 +348,14 @@ files) into @file{.grf} and/or @file{.nfo} files.")
 (define-public python-sge
   (package
     (name "python-sge")
-    (version "1.7")
+    (version "2.0.post0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sge" version))
        (sha256
         (base32
-         "02fn6v6bxk3sngwd4kd3mglrp0jlnhx7x6h8nnkik6wdv150a0wv"))))
+         "0s5d5qzlzfmqb10iyrqi62n36ll94d99xjaznp5ca6dz1b91qkvr"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pygame" ,python-pygame)

Reply via email to