python3Packages.types-aiobotocore: 2.25.2 -> 2.26.0.post1

This commit is contained in:
R. Ryantm
2025-11-30 22:18:59 +00:00
parent e790653926
commit 402e0e93e7
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.25.2";
version = "2.26.0.post1";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-ayRYrBwJmd4LpKHc+/O8DVx8ouoMcvZzKr5n0I6/AkA=";
hash = "sha256-oKrbnf0Q7LK8pLLqxZxxp1NrUBRfMCeuv4AIRYklLtQ=";
};
build-system = [ setuptools ];