3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.ailment: 9.0.6852 -> 9.0.6885

This commit is contained in:
Fabian Affolter 2021-04-27 22:08:13 +02:00
parent 3c6aaded1e
commit 2227e06a29

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.0.6852";
version = "9.0.6885";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yIYZubZ8073voe4C78QITP3Pau/mrpNTyhPpU/QftXo=";
sha256 = "sha256-AtaAVfMCIzStgwwPEt+6tAzjgpSK+KhhMksYK4BH9V0=";
};
propagatedBuildInputs = [ pyvex ];