python311Packages.types-aiobotocore: 2.8.0 -> 2.9.0

This commit is contained in:
Fabian Affolter
2023-12-16 21:20:28 +01:00
parent bd029011bb
commit ef55c2cd70
@@ -364,12 +364,12 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-s6F2fipCzJKd4jn2flSircKuDBn2OsEEi0nX8aSxbnY=";
hash = "sha256-QSZDFXiVEXFHTE7FrLZVUeLOOyPTG96PIMg9lziiwDc=";
};
nativeBuildInputs = [