python312Packages.boto3-stubs: 1.34.139 -> 1.34.140

This commit is contained in:
Fabian Affolter
2024-07-06 10:52:43 +02:00
parent e806b64f7f
commit cec0e92b96
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.139";
version = "1.34.140";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-MRteoVf/AXjzqVg+rniCIXBGevuHS6eGIWNNtOdOezY=";
hash = "sha256-P9z8kOsm6l25evHKn8nSHFDMiA2e4A56uRQKWZajYZ0=";
};
build-system = [ setuptools ];