python3Packages.oelint-parser: 6.5.0 -> 7.0.0

https://github.com/priv-kweihmann/oelint-parser/releases/tag/7.0.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:19 +01:00
parent 8254d4badb
commit 811ac721f2
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "6.5.0";
version = "7.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-parser";
tag = version;
hash = "sha256-RSdcBWFJoD3aOJCQeC1fnpyzOJvn/CM9K0r2bzq9fsY=";
hash = "sha256-NTMAgAN/YJu8vdk1AV4Ji962MIq4Wf5w+0yryz9cLh4=";
};
pythonRelaxDeps = [ "regex" ];
@@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = {
description = "Alternative parser for bitbake recipes";
homepage = "https://github.com/priv-kweihmann/oelint-parser";
changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/${version}";
changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/${src.tag}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ otavio ];
};