python313Packages.botocore-stubs: 1.40.65 -> 1.40.66

This commit is contained in:
Fabian Affolter
2025-11-06 17:16:51 +01:00
parent 079c98f3df
commit feb904dec2
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.40.65";
version = "1.40.66";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-MfO51dsNHcZknRHBg8thOs8rXTKXnBYIUtSvtVRC7bo=";
hash = "sha256-ilKalmsJ/eGP/p5SaCoDOW96arm6WOX9c4203Gg4Bmo=";
};
nativeBuildInputs = [ setuptools ];