python312Packages.botocore-stubs: 1.34.67 -> 1.34.68

This commit is contained in:
Fabian Affolter 2024-03-21 21:33:10 +01:00
parent df3a7e8c3c
commit b64c937df4
1 changed files with 2 additions and 2 deletions

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 = [