3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #196829 from fabaff/types-setuptools-bump

python310Packages.types-setuptools: 65.5.0.0 -> 65.5.0.1
This commit is contained in:
Mario Rodas 2022-10-20 06:59:28 -05:00 committed by GitHub
commit 676fc1eae3
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 = "65.5.0.0";
version = "65.5.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Izi8gJySVXnDu1ZWp31XE+r+UeOE3Kynsz9wuOnQKIU=";
sha256 = "sha256-Wylwgcjx+9mSzYswWpftlu5v/HZekRUSQClZfdELinE=";
};
# Module doesn't have tests