python310Packages.ailment: 9.2.39 -> 9.2.40

This commit is contained in:
Fabian Affolter 2023-02-28 20:54:34 +01:00
parent 5573b8dc56
commit d663a19fe8

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.39";
version = "9.2.40";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-JO46r+eNBmMzCaXvpcQU3pnn833ABeMYnFlxh7bTHB8=";
hash = "sha256-Ykm9LuhICsnJemcAMlS0ohZM7x1ndCjF6etX9ip2IsA=";
};
nativeBuildInputs = [