python3Packages.oelint-parser: 8.2.4 -> 8.4.2

This commit is contained in:
R. Ryantm
2025-09-09 03:00:17 +00:00
parent b772b8167c
commit cddc4aa781
@@ -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" ];