python311Packages.pylint-venv: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2023-10-26 01:21:46 +00:00
parent 6c5458cf32
commit d3713f15af

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pylint-venv";
version = "3.0.2";
version = "3.0.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "jgosmann";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mYG9iZHbA67oJc2sshtV3w8AQaqPsXGqMuLJFI4jAI0=";
hash = "sha256-dsVEHJawsTNKVCVmeOa61wOU5GPeyzAU/eUDFrK9PPg=";
};
nativeBuildInputs = [