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.

Changed files
+3 -3
pkgs
development
python-modules
typeshed-client
+3 -3
pkgs/development/python-modules/typeshed-client/default.nix
···
buildPythonPackage rec {
pname = "typeshed-client";
-
version = "2.7.0";
+
version = "2.8.2";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "JelleZijlstra";
repo = "typeshed_client";
tag = "v${version}";
-
hash = "sha256-dEfKZ930Jxa84HUqKpsL2JWQLeeWx6gIMtFHTbiw3Es=";
+
hash = "sha256-+muWm2/Psp8V1n7mEloc+ltuwHG/uRvDUgSFRNzz5EQ=";
};
build-system = [ setuptools ];
···
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 = [ ];
};