python3Packages.ailment: 9.1.10913 -> 9.1.11508

This commit is contained in:
Fabian Affolter 2022-01-18 22:13:21 +01:00
parent 76ec031a90
commit 71afea9bdf

View File

@ -7,20 +7,25 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ailment"; pname = "ailment";
version = "9.1.10913"; version = "9.1.11508";
format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "angr"; owner = "angr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-S+ntSC9KySj2njkxEkr7p2TDsBqY0Gf+zzwomnGwSEk="; hash = "sha256-ZT3rMzWwMG1tpPcpOqGvlFt0nuiPD0d3nECVDC7XDv8=";
}; };
propagatedBuildInputs = [ pyvex ]; propagatedBuildInputs = [
pyvex
];
# Tests depend on angr (possibly a circular dependency) # Tests depend on angr (possibly a circular dependency)
doCheck = false; doCheck = false;
#pythonImportsCheck = [ "ailment" ]; #pythonImportsCheck = [ "ailment" ];
meta = with lib; { meta = with lib; {