python311Packages.botocore-stubs: 1.34.66 -> 1.34.67

This commit is contained in:
Fabian Affolter 2024-03-20 23:11:03 +01:00
parent bf25e39197
commit 4b92cf4570

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.66";
version = "1.34.67";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-paoSQMPIzMYtQ5FjlZQ4lq+oE5ncXUIDEnzA/7og+Zk=";
hash = "sha256-ventoBzkmDwt3pQ68lRo6lb2dxUapTOqo5du41xuN7c=";
};
nativeBuildInputs = [