python3Packages.qiling: 1.4.1 -> 1.4.2

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:22 +01:00
parent bc476c77bb
commit 9e307c9e47

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "qiling";
version = "1.4.1";
version = "1.4.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "e72dc5856cbda975f962ddf063063a32bd6c3b825f75e0795e94ba6840a7d45f";
sha256 = "sha256-myUGzNP4bf90d2gY5ZlYbVlTG640dj/Qha8/aMydvuw=";
};
propagatedBuildInputs = [