Merge pull request #181207 from fabaff/types-setuptools

python310Packages.types-setuptools: 62.6.0 -> 62.6.1
This commit is contained in:
Fabian Affolter 2022-07-12 22:41:02 +02:00 committed by GitHub
commit e4576f3331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "62.6.0";
version = "62.6.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-x3oytRZ7ng2Zwfezm39aPsABxxCZMd1jxRZS+eRmPQc=";
sha256 = "sha256-r/2WijpyGOHJbxgG60V/QCfqyAOzyq3cz5ik5XdrFyQ=";
};
# Module doesn't have tests