python310Packages.ailment: 9.2.55 -> 9.2.56

This commit is contained in:
Fabian Affolter 2023-06-20 20:44:10 +02:00
parent f02f863bb2
commit 0ecd3cc136

View File

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