python3Packages.oelint-parser: 8.2.4 -> 8.4.2 (#441373)

This commit is contained in:
Yohann Boniface
2025-09-09 15:59:59 +02:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "8.2.4";
version = "8.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = version;
hash = "sha256-MFbDK/uahH4ZNRY3f8vW0uMFC2frlYtqVOZHT3NwA30=";
hash = "sha256-/lfUmhMj8Gosece58f3HpiQHn+RVeA4xjzb5VG1gYVE=";
};
pythonRelaxDeps = [ "regex" ];