python310Packages.ailment: 9.2.54 -> 9.2.55

This commit is contained in:
Fabian Affolter 2023-06-14 09:06:00 +02:00
parent 03aa1de36a
commit 70dbe9dbb1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.54";
version = "9.2.55";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Wm8LV0R41muvhBNDsnoywI57ZRO022IaPFMZfVS4cPA=";
hash = "sha256-qv6u8QGJ31+BRqYIS2D7zedZPXhjSq8ATi48t63hTko=";
};
nativeBuildInputs = [