python3Packages.propcache: 0.3.1 -> 0.3.2

https://github.com/aio-libs/propcache/blob/v0.3.2/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:22 +02:00
parent b25a3c7565
commit f86b0ddedf
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "propcache";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "propcache";
tag = "v${version}";
hash = "sha256-sVZsa6WkG1wUj9G+1vzgT+HT4fWLBqRNmn5nlEj5J0w=";
hash = "sha256-G8SLIZaJUu3uwyFicrQF+PjKp3vsUh/pNUsmDpnnAAg=";
};
postPatch = ''