mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
80c091e911
commit
ff9c881ffe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue