python312Packages.botocore-stubs: 1.34.68 -> 1.34.69

This commit is contained in:
Fabian Affolter 2024-03-23 17:59:27 +01:00
parent 21516b5e6f
commit 77ca8bf848

View File

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