python312Packages.boto3-stubs: 1.34.113 -> 1.34.115

This commit is contained in:
Fabian Affolter
2024-05-30 07:38:54 +02:00
parent cf2531726c
commit 80b3399ee2
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.113";
version = "1.34.115";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-Fqr40Jec/WX4UFNqLM9DRNAPEmOKo3emW3bAAzjzXFA=";
hash = "sha256-HVjd5oeQPpuM0BsmgCGazjmBqrcvghZbWLsKVs/yzj8=";
};
build-system = [ setuptools ];