Merge pull request #304237 from r-ryantm/auto-update/python311Packages.pipdeptree

python311Packages.pipdeptree: 2.16.2 -> 2.18.1

Changed files
+2 -2
pkgs
development
python-modules
pipdeptree
+2 -2
pkgs/development/python-modules/pipdeptree/default.nix
···
buildPythonPackage rec {
pname = "pipdeptree";
-
version = "2.16.2";
+
version = "2.18.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
-
hash = "sha256-g0O0ndHd2ehBUmHwb0HoWgCGSsqbjmlPFOd6KrkUv2Y=";
+
hash = "sha256-fzxshqh2QurpbilG0gC3NWnUntTRoxOHPpfpg6bPI98=";
};
build-system = [