python313Packages.botocore-stubs: 1.35.95 -> 1.35.96

This commit is contained in:
Fabian Affolter
2025-01-10 08:45:11 +01:00
parent 483daef6cc
commit 982dc5fb0c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.35.95";
version = "1.35.96";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-ZLiCnm4QcizMGrbWjl4LG/MZizsRvn0XRxGdfFzDnpk=";
hash = "sha256-pBfc3PEn2mRMl1ljvHQDsYjSrlqMG7kHhJ1LhoHk+5A=";
};
nativeBuildInputs = [ setuptools ];