python312Packages.boto3-stubs: 1.34.138 -> 1.34.139

This commit is contained in:
Fabian Affolter
2024-07-04 20:53:33 +02:00
parent 34556e5376
commit 3e4186e8cf
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.138";
version = "1.34.139";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-NHpxTfySZT/dDY7ZgByCoBxRBTyPoOQLy4gLOd6NBr0=";
hash = "sha256-MRteoVf/AXjzqVg+rniCIXBGevuHS6eGIWNNtOdOezY=";
};
build-system = [ setuptools ];