python313Packages.botocore-stubs: 1.42.35 -> 1.42.37

This commit is contained in:
Fabian Affolter
2026-01-29 01:30:45 +01:00
parent aa0d1ad7b3
commit 9089d67b41
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "botocore-stubs";
version = "1.42.35";
version = "1.42.37";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit (finalAttrs) version;
hash = "sha256-N1z5U09vKjW9LJ5wduiPtJ+31YnFqsEp22qf/BNWHK0=";
hash = "sha256-c1fRh2rhmHV9vgpz+IdEn/3aGOsHXX08wuItNYDcsXw=";
};
build-system = [ setuptools ];