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.

Changed files
+2 -2
pkgs
development
python-modules
propcache
+2 -2
pkgs/development/python-modules/propcache/default.nix
···
buildPythonPackage rec {
pname = "propcache";
-
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "aio-libs";
repo = "propcache";
tag = "v${version}";
-
hash = "sha256-sVZsa6WkG1wUj9G+1vzgT+HT4fWLBqRNmn5nlEj5J0w=";
};
postPatch = ''
···
buildPythonPackage rec {
pname = "propcache";
+
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.11";
···
owner = "aio-libs";
repo = "propcache";
tag = "v${version}";
+
hash = "sha256-G8SLIZaJUu3uwyFicrQF+PjKp3vsUh/pNUsmDpnnAAg=";
};
postPatch = ''