python312Packages.oelint-parser: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm 2024-10-05 04:53:54 +00:00
parent cf7f108819
commit 466c7a48da

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "5.0.0";
version = "5.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
rev = "refs/tags/${version}";
hash = "sha256-7LEjo/Z9mk2gx2vzDKz5cFR5bDTDgjIVVOquj0o/+0I=";
hash = "sha256-0cCcbnipijQgWH+08eZbE6Cqcx5cenrb+bQlf3h04tw=";
};
pythonRelaxDeps = [ "regex" ];