python310Packages.types-aiobotocore: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm 2023-11-12 02:02:56 +00:00
parent 647a6f42ee
commit 4d41ca818f

View File

@ -364,12 +364,12 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-GF3YDuyhnEx0JpOxU/tRAnFu+98p0TF5NCU1CXnR2bE=";
hash = "sha256-JVtG3t6rkZ5nrttMlryqdcU35DSblNe3MfvlqLqHJp0=";
};
nativeBuildInputs = [