Merge pull request #324002 from r-ryantm/auto-update/python311Packages.types-aiobotocore

python311Packages.types-aiobotocore: 2.13.0 -> 2.13.1
This commit is contained in:
Nick Cao 2024-07-02 16:11:31 -04:00 committed by GitHub
commit cdb722964d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.13.0";
version = "2.13.1";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-CDDY60I1eMMIChOCvbSQi7ZsKSo0mlOccNlvjypq3+U=";
hash = "sha256-iJCVMd8HK22CsAbOg3c4hlnatiyMNFw97V8XtjWJwPQ=";
};
build-system = [ setuptools ];