oelint-adv: 4.4.5 -> 5.1.2

This commit is contained in:
Otavio Salvador 2024-04-11 12:56:29 +00:00
parent 4c00536dff
commit 0b361dd84d
1 changed files with 3 additions and 2 deletions

View File

@ -6,17 +6,18 @@
python3.pkgs.buildPythonApplication rec {
pname = "oelint-adv";
version = "4.4.5";
version = "5.1.2";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_adv";
hash = "sha256-NRTfWHtItwjZi3O26MzH8GtetCkj7egZa3OArs+Q2SY=";
hash = "sha256-7lrjytvcOnZZ8ezhWKng7OahqwsW95VkDt8B6NMriR0=";
};
propagatedBuildInputs = with python3.pkgs; [
anytree
argcomplete
colorama
oelint-parser
urllib3