python312Packages.botocore-stubs: 1.34.137 -> 1.34.138

This commit is contained in:
Fabian Affolter
2024-07-03 12:34:26 +02:00
parent 14a7bfc922
commit d23449e933
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.137";
version = "1.34.138";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-e9q7P0pJWRhBswGgg8TwbHZdzsAO1xEAivsKLfmp1N4=";
hash = "sha256-YiRtRxlej8GTmtVK0Rb9CjMLvSULPf9vmL1J2iWgK8A=";
};
nativeBuildInputs = [ poetry-core ];