Merge pull request #263486 from r-ryantm/auto-update/python311Packages.pylint-venv

python311Packages.pylint-venv: 3.0.2 -> 3.0.3
This commit is contained in:
Mario Rodas 2023-10-26 05:21:34 -05:00 committed by GitHub
commit 3302af9bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [