Commit 2da2df38 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.qiling: 1.4.4 -> 1.4.5

parent e0400686
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -9,21 +9,24 @@
, pefile
, pyelftools
, pythonOlder
, python-fx
, python-registry
, pyyaml
, questionary
, termcolor
, unicorn
}:

buildPythonPackage rec {
  pname = "qiling";
  version = "1.4.4";
  version = "1.4.5";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-gtPYwmQ96+jz6XrqU0ufaN7Ht6gqrtxGrDoaTWce7/U=";
    hash = "sha256-MEafxry/ewqlzOMu9TJMQodXLChGMYjS2jX3yv7FZJk=";
  };

  propagatedBuildInputs = [
@@ -33,8 +36,11 @@ buildPythonPackage rec {
    multiprocess
    pefile
    pyelftools
    python-fx
    python-registry
    pyyaml
    termcolor
    questionary
    unicorn
  ];