Merge pull request #203086 from fabaff/pydeps-bump

python310Packages.pydeps: 1.10.24 -> 1.11.0

Changed files
+3 -2
pkgs
development
python-modules
pydeps
+3 -2
pkgs/development/python-modules/pydeps/default.nix
···
buildPythonPackage rec {
pname = "pydeps";
-
version = "1.10.24";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "thebjorn";
repo = pname;
rev = "refs/tags/v${version}";
-
hash = "sha256-yDHIZk6+9K5hg4Q6pydd4NwnxSU1+u+dGUiUQph9ccY=";
};
buildInputs = [
···
meta = with lib; {
description = "Python module dependency visualization";
homepage = "https://github.com/thebjorn/pydeps";
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
};
···
buildPythonPackage rec {
pname = "pydeps";
+
version = "1.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "thebjorn";
repo = pname;
rev = "refs/tags/v${version}";
+
hash = "sha256-XAx7B3v+7xYiW15nJgiL82YlNeBxW80M0Rq0LMMsWu0=";
};
buildInputs = [
···
meta = with lib; {
description = "Python module dependency visualization";
homepage = "https://github.com/thebjorn/pydeps";
+
changelog = "https://github.com/thebjorn/pydeps/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
};