python3Packages.oelint-parser: 8.11.5 -> 8.11.6

This commit is contained in:
R. Ryantm
2026-07-16 09:29:47 +00:00
parent 0b70dd4a2c
commit 2fdbe55932
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "oelint-parser";
version = "8.11.5";
version = "8.11.6";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = finalAttrs.version;
hash = "sha256-DwbpF1H5fY854YKqB/8ppg6gMS2VhMzoyY8yr/DsfBk=";
hash = "sha256-lRfSrWZqkTsDjJzYXg4juPpxmrHHp3hvatyN3TdPAVw=";
};
pythonRelaxDeps = [ "regex" ];