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