Loading pkgs/by-name/oe/oelint-adv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ python3.pkgs.buildPythonApplication rec { pname = "oelint-adv"; version = "3.25.0"; version = "3.26.1"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_adv"; hash = "sha256-dhTS2DZ7Usb1jgBv9Wm86w8CCMt64aHyBrxucLZUQjs="; hash = "sha256-xQC3y9YeY8o4L4pLV+nLs1Ao8KH6q1BprwTeUm8f+2w="; }; propagatedBuildInputs = with python3.pkgs; [ Loading pkgs/development/python-modules/oelint-parser/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -3,22 +3,27 @@ , fetchPypi , buildPythonPackage , regex , pip }: buildPythonPackage rec { pname = "oelint-parser"; version = "2.11.3"; version = "2.11.4"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_parser"; hash = "sha256-iR/MDHt3SEG29hSLqA36EXe8EBRZVntt+u6bwoujy0s="; hash = "sha256-r8qpD7UDh8ZfsdwVuv0ipihPEX3263t929mMYf143iA="; }; buildInputs = [ pip ]; propagatedBuildInputs = [ regex ]; pythonImportsCheck = [ "oelint_parser" ]; # Fail to run inside the code the build. doCheck = false; passthru.updateScript = nix-update-script { }; meta = with lib; { Loading Loading
pkgs/by-name/oe/oelint-adv/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ python3.pkgs.buildPythonApplication rec { pname = "oelint-adv"; version = "3.25.0"; version = "3.26.1"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_adv"; hash = "sha256-dhTS2DZ7Usb1jgBv9Wm86w8CCMt64aHyBrxucLZUQjs="; hash = "sha256-xQC3y9YeY8o4L4pLV+nLs1Ao8KH6q1BprwTeUm8f+2w="; }; propagatedBuildInputs = with python3.pkgs; [ Loading
pkgs/development/python-modules/oelint-parser/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -3,22 +3,27 @@ , fetchPypi , buildPythonPackage , regex , pip }: buildPythonPackage rec { pname = "oelint-parser"; version = "2.11.3"; version = "2.11.4"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_parser"; hash = "sha256-iR/MDHt3SEG29hSLqA36EXe8EBRZVntt+u6bwoujy0s="; hash = "sha256-r8qpD7UDh8ZfsdwVuv0ipihPEX3263t929mMYf143iA="; }; buildInputs = [ pip ]; propagatedBuildInputs = [ regex ]; pythonImportsCheck = [ "oelint_parser" ]; # Fail to run inside the code the build. doCheck = false; passthru.updateScript = nix-update-script { }; meta = with lib; { Loading