Merge pull request #298354 from r-ryantm/auto-update/python312Packages.oelint-parser

python312Packages.oelint-parser: 3.3.1 -> 3.4.0
This commit is contained in:
Weijia Wang 2024-03-23 22:18:58 +01:00 committed by GitHub
commit cfd0f1e997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Alternative parser for bitbake recipes";
homepage = "https://github.com/priv-kweihmann/oelint-parser";
changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/v${version}";
changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ otavio ];
};