Merge pull request #300445 from r-ryantm/auto-update/python311Packages.types-setuptools

python311Packages.types-setuptools: 69.1.0.20240310 -> 69.2.0.20240317
This commit is contained in:
Weijia Wang 2024-04-08 02:01:51 +02:00 committed by GitHub
commit cfbe215e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [