python310Packages.pylint-venv: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2023-08-15 09:19:49 +00:00
parent b51db7ec1b
commit 0f02f25eec
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pylint-venv";
version = "3.0.1";
version = "3.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "jgosmann";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GkUdIG+Mp2/POOPJZ/vtONYrd26GB44dxh9455aWZuU=";
hash = "sha256-mYG9iZHbA67oJc2sshtV3w8AQaqPsXGqMuLJFI4jAI0=";
};
nativeBuildInputs = [