python312Packages.boto3-stubs: 1.34.145 -> 1.34.147

This commit is contained in:
R. Ryantm
2024-07-24 02:13:55 +00:00
parent 65f98a6801
commit d2a241a4eb
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.145";
version = "1.34.147";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-LRXM/ERAe6rol9OlMfnrCCbiB9cOkvUmjocDE5vsLbo=";
hash = "sha256-Okg9KlWyRwKdbl4EACFTmENTwMGYgmB69+NwOKfOcrA=";
};
build-system = [ setuptools ];