python311Packages.boto3-stubs: 1.34.109 -> 1.34.110

This commit is contained in:
R. Ryantm 2024-05-21 23:27:30 +00:00
parent 6ff18cf329
commit 874a30be6f

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.109";
version = "1.34.110";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-h/soM0T7nH4jMl82FCy4C15aJJCdP6Bvf2doGYt+sWg=";
hash = "sha256-S1Xvok7jS1T/5QaJnwvfqMqEMfbUuSItY0fdkOabpzU=";
};
build-system = [ setuptools ];