mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
oelint-adv: 4.4.5 -> 5.1.2
This commit is contained in:
parent
4c00536dff
commit
0b361dd84d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue