gnu: python-property-cached: Fix build.

* gnu/packages/python-xyz.scm (python-property-cached): Fix build.
* gnu/packages/patches/python-property-cached-asyncio-3_11.patch: Add
patch.
* gnu/local.mk: Record patch.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-04 21:16:43 +02:00 committed by Andreas Enge
parent 1c27ceac65
commit e4750cbff9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 205 additions and 1 deletions

View file

@ -11711,7 +11711,9 @@ the OleFileIO module from PIL, the Python Image Library.")
(method url-fetch)
(uri (pypi-uri "property-cached" version ".zip"))
(sha256
(base32 "0wxv5sdx1p7ils36j6j6hfscz8v2vzbq212i8y8r0lrnxpqlx71y"))))
(base32 "0wxv5sdx1p7ils36j6j6hfscz8v2vzbq212i8y8r0lrnxpqlx71y"))
(patches
(search-patches "python-property-cached-asyncio-3_11.patch"))))
(build-system pyproject-build-system)
(arguments
(list