Unverified Commit d495f20f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python3Packages.setuptools: 75.1.0 -> 75.1.1 (#354579)

parents 6e22df03 49245b83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "setuptools";
  version = "75.1.0";
  version = "75.1.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "pypa";
    repo = "setuptools";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZvhXfusayUHHFXl7ZBksFhxTi1p+Va6qAwq7Fo7Tg/s=";
    hash = "sha256-b8O/DrDWAbD6ht9M762fFN6kPtV8hAbn1gAN9SS7H5g=";
  };

  patches = [