python313Packages.botocore-stubs: 1.42.7 -> 1.42.8

This commit is contained in:
Fabian Affolter
2025-12-12 08:51:26 +01:00
parent cf9366b86e
commit 650868906f
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.42.7";
version = "1.42.8";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-lR/EHnjhpTtJv+hRG8JOQw7aTGicpgM8ZDaT5WSF5pw=";
hash = "sha256-llbEPc/a35K3qH15l82UGg7WyxETdO2Hns3QfJqzAd0=";
};
nativeBuildInputs = [ setuptools ];