Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.types-setuptools: 70.3.0.20240710 -> 75.1.0.20240917

authored by

Fabian Affolter and committed by
Martin Weinelt
6552c987 a90a586d

+2 -2
+2 -2
pkgs/development/python-modules/types-setuptools/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-setuptools"; 10 - version = "70.3.0.20240710"; 10 + version = "75.1.0.20240917"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-hCy/OZgS0rZQQsnW/zURO78oLe44eUd5qh+U5Ze6/DU="; 15 + hash = "sha256-EvEqFl5+04PzHe9wXlwPocJiFd1GawrzS9BC99UzH1U="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ setuptools ];