python3Packages.oelint-parser: 8.9.1 -> 8.11.2

This commit is contained in:
Otavio Salvador
2026-05-15 23:25:26 -03:00
parent eca5ee79d6
commit c326bd1669
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "oelint-parser";
version = "8.9.1";
version = "8.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = finalAttrs.version;
hash = "sha256-k/8NESePMe70PbqZNaMJu3aPSDMfT1JkixWYBvnmR9I=";
hash = "sha256-wzC9tXhPuGtyD2pQ2hO4sfERNOH8+sCNvXUcrqqlEAM=";
};
pythonRelaxDeps = [ "regex" ];