python3Packages.typeshed-client: 2.7.0 -> 2.8.2

https://github.com/JelleZijlstra/typeshed_client/releases/tag/v2.8.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:37 +02:00
parent 0814bf68ae
commit c9cc97fdb5
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "typeshed-client";
version = "2.7.0";
version = "2.8.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "JelleZijlstra";
repo = "typeshed_client";
tag = "v${version}";
hash = "sha256-dEfKZ930Jxa84HUqKpsL2JWQLeeWx6gIMtFHTbiw3Es=";
hash = "sha256-+muWm2/Psp8V1n7mEloc+ltuwHG/uRvDUgSFRNzz5EQ=";
};
build-system = [ setuptools ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Retrieve information from typeshed and other typing stubs";
homepage = "https://github.com/JelleZijlstra/typeshed_client";
changelog = "https://github.com/JelleZijlstra/typeshed_client/releases/tag/v${version}";
changelog = "https://github.com/JelleZijlstra/typeshed_client/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = [ ];
};