python311Packages.ailment: 9.2.97 -> 9.2.98

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.97...v9.2.98
This commit is contained in:
Fabian Affolter 2024-04-09 22:57:34 +02:00
parent 3da2cf5201
commit 9c8521432e
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.97";
version = "9.2.98";
pyproject = true;
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-R6OBc7qK4zP0t8m26V17he8Oy39eSK8/Dm84ScnBy3s=";
hash = "sha256-ue780bhPpxv7Bnx9PX+HdQt3gcDSvTvK0FLPMopXQRY=";
};
build-system = [