python3Packages.oelint-parser: 8.2.2 -> 8.2.4 (#430182)

This commit is contained in:
Nick Cao
2025-08-03 13:31:35 -04:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "8.2.2";
version = "8.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = version;
hash = "sha256-KrN7xJhb2EWRBxzl6GY+kW86oLVnzxdLYRSS9F9F/EY=";
hash = "sha256-MFbDK/uahH4ZNRY3f8vW0uMFC2frlYtqVOZHT3NwA30=";
};
pythonRelaxDeps = [ "regex" ];