python3Packages.oelint-parser: 8.1.1 -> 8.2.2 (#425496)

This commit is contained in:
Nick Cao 2025-07-15 14:24:51 -04:00 committed by GitHub
commit 2b8be0c871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "8.1.1";
version = "8.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = version;
hash = "sha256-XjKtZky/i6KxS81tMbEsSe/caQ/GsEXEGO3pt6uEBq8=";
hash = "sha256-KrN7xJhb2EWRBxzl6GY+kW86oLVnzxdLYRSS9F9F/EY=";
};
pythonRelaxDeps = [ "regex" ];