python311Packages.types-setuptools: 69.1.0.20240310 -> 69.2.0.20240317

This commit is contained in:
R. Ryantm 2024-03-31 08:19:57 +00:00
parent 7848d6f048
commit 6e7050178d
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-setuptools";
version = "69.1.0.20240310";
version = "69.2.0.20240317";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-/A4QgvVcl0YRvOhEseW+stGolVAfSkZOSDBVkqQmgQA=";
hash = "sha256-tgfExIhC7z7kncDH/pwbrXVwCwceEBi7TX46xJLUcEg=";
};
nativeBuildInputs = [