python313Packages.botocore-stubs: 1.42.8 -> 1.42.9

This commit is contained in:
Fabian Affolter
2025-12-14 20:51:40 +01:00
parent 4f7389c040
commit 44bcc9d1fe
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.42.8";
version = "1.42.9";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-llbEPc/a35K3qH15l82UGg7WyxETdO2Hns3QfJqzAd0=";
hash = "sha256-kv3SodkRNVFm2j4w6bubGAP34srsDZE/X606kgNSzm0=";
};
nativeBuildInputs = [ setuptools ];