oelint-adv: 7.2.6 -> 8.1.2 (#383861)

This commit is contained in:
Wolfgang Walther 2025-07-12 19:03:15 +00:00 committed by GitHub
commit e9bf43a276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "oelint-adv";
version = "7.2.6";
version = "8.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-adv";
tag = version;
hash = "sha256-QNTC8jO6RjHNaHVNSqAoM1xAhYc35G5A7D0yfwmd6+U=";
hash = "sha256-ucQGXb2dqXQhf2m8TcUPQznfwBrtK7zc6DSajF/GQxU=";
};
postPatch = ''