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