diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix index d3d4bbbbed44..e5fff3953c3d 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -351,7 +351,6 @@ mypy-boto3-workspaces, mypy-boto3-workspaces-web, mypy-boto3-xray, - pythonOlder, setuptools, types-s3transfer, typing-extensions, @@ -359,15 +358,13 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.40.49"; + version = "1.40.50"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-ibamRZP51BuARy1iSBSMQe7FaRcukXUxI4KDjqfwkJI="; + hash = "sha256-KYKK38uGKbXihUaOuJYQ8fxx+WStCRPeMEmgqdXeC+E="; }; build-system = [ setuptools ];