python313Packages.ailment: 9.2.153 -> 9.2.154

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.153...refs/tags/v9.2.154
This commit is contained in:
Fabian Affolter
2025-05-10 10:45:18 +02:00
parent 97e3168583
commit 3126a3ed3c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.153";
version = "9.2.154";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
tag = "v${version}";
hash = "sha256-CigfIFKoZu/mggPMLr5FTRvWqZ6ikP8701hDgck2I3o=";
hash = "sha256-JjS+jYWrbErkb6uM0DtB5h2ht6ZMmiYOQL/Emm6wC5U=";
};
build-system = [ setuptools ];