Merge pull request #272469 from fabaff/types-aiobotocore-update

python311Packages.types-aiobotocore: 2.7.0 -> 2.8.0, python311Packages.types-aiobotocore-*: 2.x.x -> 2.8.0
This commit is contained in:
Fabian Affolter 2023-12-06 18:50:21 +01:00 committed by GitHub
commit 12d89e295d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 353 additions and 353 deletions

View file

@ -364,12 +364,12 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.7.0";
version = "2.8.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-JVtG3t6rkZ5nrttMlryqdcU35DSblNe3MfvlqLqHJp0=";
hash = "sha256-s6F2fipCzJKd4jn2flSircKuDBn2OsEEi0nX8aSxbnY=";
};
nativeBuildInputs = [