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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user