python311Packages.types-aiobotocore: 2.12.0 -> 2.12.1

This commit is contained in:
Fabian Affolter
2024-03-07 09:52:08 +01:00
parent 89a0f01589
commit f03fe2baf4
@@ -364,12 +364,12 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.12.0";
version = "2.12.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ma/pyfhqWpWFZ+V4O+mNr4SfoOC4/vn9+Hy+rYGAaG8=";
hash = "sha256-pdPYBcAaqGnDwvgttfEUZv3GfUxebpqwTtVwk9p120c=";
};
nativeBuildInputs = [