python312Packages.boto3-stubs: 1.34.89 -> 1.34.90

This commit is contained in:
Fabian Affolter 2024-04-24 16:34:01 +02:00
parent 06164c1e58
commit 5fa3ba989e
1 changed files with 2 additions and 2 deletions

View File

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