diff options
Diffstat (limited to 'gnu/packages/python-graphics.scm')
| -rw-r--r-- | gnu/packages/python-graphics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index cc310932bab..631695f4c9b 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm | |||
| @@ -266,8 +266,8 @@ many far from the implicit surface.") | |||
| 266 | (package | 266 | (package |
| 267 | (name "python-kivy") | 267 | (name "python-kivy") |
| 268 | ;; 2.3.1 (2024-12-26), to suport Python 3.12+ and Cython 3+. | 268 | ;; 2.3.1 (2024-12-26), to suport Python 3.12+ and Cython 3+. |
| 269 | (properties '((commit . "c38d019ed96a7f50db628975fbe944ea8b3cf66d") | 269 | (properties '((commit . "92d2cc2f56453c55ae7913e1a64809df6cc61ae5") |
| 270 | (revision . "0"))) | 270 | (revision . "1"))) |
| 271 | (version (git-version "2.3.1" | 271 | (version (git-version "2.3.1" |
| 272 | (assoc-ref properties 'revision) | 272 | (assoc-ref properties 'revision) |
| 273 | (assoc-ref properties 'commit))) | 273 | (assoc-ref properties 'commit))) |
| @@ -279,7 +279,7 @@ many far from the implicit surface.") | |||
| 279 | (commit (assoc-ref properties 'commit)))) | 279 | (commit (assoc-ref properties 'commit)))) |
| 280 | (file-name (git-file-name name version)) | 280 | (file-name (git-file-name name version)) |
| 281 | (sha256 | 281 | (sha256 |
| 282 | (base32 "1f415556ykydqxxjnnc496j81xd2bvkwk5d5m8wlmfad0wkn3nrb")))) | 282 | (base32 "19fk1l061kjmnhm2yl4vym323s53x1p4jfb1armfd4ly5h0ik0m0")))) |
| 283 | (build-system pyproject-build-system) | 283 | (build-system pyproject-build-system) |
| 284 | (arguments | 284 | (arguments |
| 285 | `(#:tests? #f ; Tests require many optional packages | 285 | `(#:tests? #f ; Tests require many optional packages |
