python3.pkgs.setuptools: 67.4.0 -> 68.0.0

This commit is contained in:
Theodore Ni 2023-07-29 11:41:58 -07:00 committed by Frederik Rietdijk
parent d7fea44369
commit b56b0dde19

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "setuptools";
version = "67.4.0";
version = "68.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = "setuptools";
rev = "refs/tags/v${version}";
hash = "sha256-QDHycUFA2VRUE9alan8rF0efZTNV3Jt0CskjkCc+in0=";
hash = "sha256-Ew/DpI5XsYMB4kBfkFeeB5wv5cjx4oYTddZCWLgBHBs=";
};
patches = [