python312Packages.boto3-stubs: 1.34.87 -> 1.34.88

This commit is contained in:
Fabian Affolter 2024-04-20 10:39:29 +02:00
parent fd77096ca1
commit 8c303e83c5

View file

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.87";
version = "1.34.88";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-fGIC78m332fXc8IYRCcwA/pmx41z7kKE4u9L9rrMCHo=";
hash = "sha256-I8qeDNDT53AtZjGh6UpCCKJrOfprEsc0Qn5op/pklHc=";
};
build-system = [ setuptools ];