summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 16:51:04 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:36 +0100
commit774cffabebe1fb5416e09e905fa02171bf107837 (patch)
tree227cef851fc2c4357865120ef5a529f9a10e63c2 /gnu/packages
parent8ea9a9a4839e7bb97f4d0493dffcb8cd1cabe8b3 (diff)
gnu: python-kivy: Update to 2.3.1-1.92d2cc2.
* gnu/packages/python-graphics.scm (python-kivy): Update to 92d2cc2f56453c55ae7913e1a64809df6cc61ae5 commit.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-graphics.scm6
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