python312Packages.boto3-stubs: 1.34.88 -> 1.34.89

This commit is contained in:
Fabian Affolter 2024-04-23 13:10:51 +02:00
parent b53ce73d70
commit 04822468a6
1 changed files with 2 additions and 2 deletions

View File

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