Merge pull request #326713 from r-ryantm/auto-update/python312Packages.typeshed-client

python312Packages.typeshed-client: 2.5.1 -> 2.6.0
This commit is contained in:
Peder Bergebakken Sundt
2024-07-19 20:24:41 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "typeshed-client";
version = "2.5.1";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "JelleZijlstra";
repo = "typeshed_client";
rev = "refs/tags/v${version}";
hash = "sha256-lITreXYn/ZOc1fF2Sqcn8UDrZAjWYfjFSEaAxqTHb4s=";
hash = "sha256-TZMCitRQlPLZyXJbPmK7SVAcGAyxWDk/y7Gzj24mgIQ=";
};
build-system = [ setuptools ];