gnu: python-sge: Update to 2.0.2.

* gnu/packages/game-development.scm (python-sge): Update to 2.0.2.

Change-Id: I7a0d1a64146368dd60fa665c44af79b8161eb29e
This commit is contained in:
宋文武 2024-09-02 09:32:50 +08:00
parent 22085cef22
commit 46cbe7d520
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -495,15 +495,15 @@ types (revolute, prismatic, wheel, etc.).")
(define-public python-sge (define-public python-sge
(package (package
(name "python-sge") (name "python-sge")
(version "2.0.post0") (version "2.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sge" version)) (uri (pypi-uri "sge" version))
(sha256 (sha256
(base32 (base32
"0s5d5qzlzfmqb10iyrqi62n36ll94d99xjaznp5ca6dz1b91qkvr")))) "1bp4spcjsmy6xv2j0ciaripfgd3pj5413hhhrj8v8mxcwhraw68p"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-pygame python-uniseg)) (list python-pygame python-uniseg))
(home-page "https://python-sge.github.io/") (home-page "https://python-sge.github.io/")