diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ec30c2bae7..bb60c24dc9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
