Merge pull request #249305 from r-ryantm/auto-update/python310Packages.pylint-venv

python310Packages.pylint-venv: 3.0.1 -> 3.0.2

authored by

Nick Cao and committed by
GitHub
d74dd262 227ef2e2

+3 -2
+3 -2
pkgs/development/python-modules/pylint-venv/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pylint-venv"; 10 - version = "3.0.1"; 10 + version = "3.0.2"; 11 11 format = "pyproject"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "jgosmann"; 17 17 repo = pname; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-GkUdIG+Mp2/POOPJZ/vtONYrd26GB44dxh9455aWZuU="; 19 + hash = "sha256-mYG9iZHbA67oJc2sshtV3w8AQaqPsXGqMuLJFI4jAI0="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ ··· 33 33 meta = with lib; { 34 34 description = "Module to make pylint respect virtual environments"; 35 35 homepage = "https://github.com/jgosmann/pylint-venv/"; 36 + changelog = "https://github.com/jgosmann/pylint-venv/blob/v${version}/CHANGES.md"; 36 37 license = with licenses; [ mit ]; 37 38 maintainers = with maintainers; [ fab ]; 38 39 };