Merge pull request #303419 from otavio/oelint-adv

oelint-adv: 4.4.5 -> 5.1.2
This commit is contained in:
superherointj 2024-04-11 17:21:48 -03:00 committed by GitHub
commit a951cc2cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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