python313Packages.botocore-stubs: 1.42.17 -> 1.42.18

This commit is contained in:
Fabian Affolter
2025-12-30 10:07:10 +01:00
parent 780af8544f
commit 1874fab8be
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.42.17";
version = "1.42.18";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-tYr/vJeWSMVwgiMn0DXjWSebXqDVSc6xlL55qtpVKvI=";
hash = "sha256-FfL3cVoh1ELB763GCHbSl3Diu4RBxhw7hquQEi+/1LU=";
};
nativeBuildInputs = [ setuptools ];