python310Packages.ailment: 9.2.40 -> 9.2.41

This commit is contained in:
Fabian Affolter
2023-03-07 22:04:28 +01:00
parent c0fb30a60e
commit 263f871a62
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.40";
version = "9.2.41";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-Ykm9LuhICsnJemcAMlS0ohZM7x1ndCjF6etX9ip2IsA=";
hash = "sha256-KXbHD0CsQotHjc/Pbo4/y/uhCvGkbPDGn1BF8A68xBY=";
};
nativeBuildInputs = [