Merge pull request #203086 from fabaff/pydeps-bump

python310Packages.pydeps: 1.10.24 -> 1.11.0

authored by Fabian Affolter and committed by GitHub 1982639f 9767049d

+3 -2
+3 -2
pkgs/development/python-modules/pydeps/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "pydeps"; 13 - version = "1.10.24"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "thebjorn"; 20 repo = pname; 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-yDHIZk6+9K5hg4Q6pydd4NwnxSU1+u+dGUiUQph9ccY="; 23 }; 24 25 buildInputs = [ ··· 54 meta = with lib; { 55 description = "Python module dependency visualization"; 56 homepage = "https://github.com/thebjorn/pydeps"; 57 license = licenses.bsd2; 58 maintainers = with maintainers; [ fab ]; 59 };
··· 10 11 buildPythonPackage rec { 12 pname = "pydeps"; 13 + version = "1.11.0"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "thebjorn"; 20 repo = pname; 21 rev = "refs/tags/v${version}"; 22 + hash = "sha256-XAx7B3v+7xYiW15nJgiL82YlNeBxW80M0Rq0LMMsWu0="; 23 }; 24 25 buildInputs = [ ··· 54 meta = with lib; { 55 description = "Python module dependency visualization"; 56 homepage = "https://github.com/thebjorn/pydeps"; 57 + changelog = "https://github.com/thebjorn/pydeps/releases/tag/v${version}"; 58 license = licenses.bsd2; 59 maintainers = with maintainers; [ fab ]; 60 };