python310Packages.types-setuptools: 65.1.0 -> 65.3.0

This commit is contained in:
Fabian Affolter 2022-08-26 09:37:19 +02:00
parent 49fd6342e5
commit 63b850e374

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "65.1.0";
version = "65.3.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-V/fYnqpSpAzLl/LL5heMatkPhDr7Z2gJM/jvFHLaU/g=";
sha256 = "sha256-wmd5y7o5R4I8JgNUraq06RyowYiIqit0D1A4RLiPGBM=";
};
# Module doesn't have tests