python312Packages.botocore-stubs: 1.35.29 -> 1.35.71

This commit is contained in:
Fabian Affolter 2024-11-28 22:40:20 +01:00
parent 81684eba3f
commit dfb9a94013

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.35.29";
version = "1.35.71";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-QNTPX8Un+604G+GM+DdADW8WiogOJu55TIwE+go+YsU=";
hash = "sha256-xfcgiyCuGUAPpz61aQF/HjcpkPelUFpyEW7WQgkE9mY=";
};
nativeBuildInputs = [ setuptools ];