python312Packages.boto3-stubs: 1.34.110 -> 1.34.111

This commit is contained in:
Fabian Affolter 2024-05-23 10:20:49 +02:00
parent 3305b2b25e
commit ea1a3f4b3a

View File

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