python3Packages.oelint-parser: 8.7.0 -> 8.7.2

This commit is contained in:
R. Ryantm
2026-01-17 04:13:57 +00:00
parent 825a8a4f46
commit ca4c74b023
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "8.7.0";
version = "8.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = version;
hash = "sha256-igDt5pUiAhAmsDlY/S/SMhPllKJ0aIry95rrHC2Iel4=";
hash = "sha256-F17THZo8fXoFP4b2DJnDjbZfT5xUX9+MMSxBa9sIy5c=";
};
pythonRelaxDeps = [ "regex" ];