python312Packages.pylint-venv: 3.0.3 -> 3.0.4

This commit is contained in:
R. Ryantm 2024-10-27 15:37:12 +00:00
parent 3e32c07b1b
commit e6d024f186

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pylint-venv";
version = "3.0.3";
version = "3.0.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jgosmann";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dsVEHJawsTNKVCVmeOa61wOU5GPeyzAU/eUDFrK9PPg=";
hash = "sha256-dJWVfltze4zT0CowBZSn3alqR2Y8obKUCmO8Nfw+ahs=";
};
nativeBuildInputs = [ poetry-core ];