Commit 606b99d2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pipdeptree: 2.28.0 -> 2.30.0

https://github.com/tox-dev/pipdeptree/releases/tag/2.30.0

This commit was automatically generated using update-python-libraries.
parent 543bdb4a
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -15,23 +15,16 @@

buildPythonPackage rec {
  pname = "pipdeptree";
  version = "2.28.0";
  version = "2.30.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tox-dev";
    repo = "pipdeptree";
    tag = version;
    hash = "sha256-PYlNMAomqN9T60b8bRqb8mnLjFRn3JnI79Tynncxje8=";
    hash = "sha256-nDCd4Bk5P65+fnFM/kC3cbfPanj5P35/bta86/E65i0=";
  };

  postPatch = ''
    # only set to ensure py3.13 compat
    # https://github.com/tox-dev/pipdeptree/pull/406
    substituteInPlace pyproject.toml \
      --replace-fail '"pip>=24.2"' '"pip"'
  '';

  build-system = [
    hatchling
    hatch-vcs