mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1c27ceac65
commit
e4750cbff9
3 changed files with 205 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue