mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
22085cef22
commit
46cbe7d520
1 changed files with 3 additions and 3 deletions
|
@ -495,15 +495,15 @@ (define-public python-pybox2d
|
|||
(define-public python-sge
|
||||
(package
|
||||
(name "python-sge")
|
||||
(version "2.0.post0")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sge" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s5d5qzlzfmqb10iyrqi62n36ll94d99xjaznp5ca6dz1b91qkvr"))))
|
||||
(build-system python-build-system)
|
||||
"1bp4spcjsmy6xv2j0ciaripfgd3pj5413hhhrj8v8mxcwhraw68p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-pygame python-uniseg))
|
||||
(home-page "https://python-sge.github.io/")
|
||||
|
|
Loading…
Reference in a new issue