python311Packages.types-aiobotocore: 2.13.0 -> 2.13.1

This commit is contained in:
R. Ryantm
2024-07-02 10:28:50 +00:00
parent 08683639c2
commit cf915ab99f
@@ -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 ];