gnu: python-sge: Update to 2.0.post0.

* gnu/packages/game-development.scm (python-sge): Update to 2.0.post0.
This commit is contained in:
Kei Kebreau 2021-05-09 18:49:18 -04:00
parent 80c091e911
commit ff9c881ffe
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -348,14 +348,14 @@ (define-public nml
(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)