python313Packages.botocore-stubs: 1.40.32 -> 1.40.33

This commit is contained in:
Fabian Affolter
2025-09-18 22:45:37 +02:00
parent fe70c202a7
commit 451de7a7b4

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.40.32";
version = "1.40.33";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-h6u6vzz8DEsmO4/pelxjWnTluQduk//wtOF/jkzz8FY=";
hash = "sha256-icUa4LKNnXn96MSXz5CN34cs4CfSc31NS6Rz/enNqoI=";
};
nativeBuildInputs = [ setuptools ];