Merge pull request #297821 from fabaff/botocore-stubs-bump

python312Packages.botocore-stubs: 1.34.67 -> 1.34.68
This commit is contained in:
Fabian Affolter 2024-03-22 12:43:23 +01:00 committed by GitHub
commit 64996ab343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.67";
version = "1.34.68";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-ventoBzkmDwt3pQ68lRo6lb2dxUapTOqo5du41xuN7c=";
hash = "sha256-9jHFtkpyC7WG+VugVwTBC7L5KClogrZEz6KU+zW1DdY=";
};
nativeBuildInputs = [