3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.qiling: 1.4.3 -> 1.4.4

This commit is contained in:
R. Ryantm 2022-11-09 01:10:05 +00:00
parent 65522538a3
commit 450f613d0a

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "qiling";
version = "1.4.3";
version = "1.4.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-sndRKknfY3LgqUf6FOobwczIStjzZkudVgUR1EQSyeU=";
hash = "sha256-gtPYwmQ96+jz6XrqU0ufaN7Ht6gqrtxGrDoaTWce7/U=";
};
propagatedBuildInputs = [