python312Packages.botocore-stubs: 1.34.138 -> 1.34.139

This commit is contained in:
Fabian Affolter 2024-07-04 20:53:40 +02:00
parent 3e4186e8cf
commit e8b9c9286c

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.138";
version = "1.34.139";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-YiRtRxlej8GTmtVK0Rb9CjMLvSULPf9vmL1J2iWgK8A=";
hash = "sha256-7lWxJvHtOkR09YBg4DtlFMDDs+zOiki0FxEZ52V6FC0=";
};
nativeBuildInputs = [ poetry-core ];