diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-09-02 09:32:50 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-09-02 09:33:58 +0800 |
commit | 46cbe7d520e33f7afbae92fae8eb41f16fc67233 (patch) | |
tree | 9f575d18713bc89f7b06f7b21d5a49322efc2083 /gnu/packages | |
parent | 22085cef223d45121602641b0f67076d11be9dda (diff) | |
download | guix-46cbe7d520e33f7afbae92fae8eb41f16fc67233.tar.gz guix-46cbe7d520e33f7afbae92fae8eb41f16fc67233.zip |
gnu: python-sge: Update to 2.0.2.
* gnu/packages/game-development.scm (python-sge): Update to 2.0.2.
Change-Id: I7a0d1a64146368dd60fa665c44af79b8161eb29e
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 42570d59b6..6883952109 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -495,15 +495,15 @@ types (revolute, prismatic, wheel, etc.).") (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/") |