python313Packages.ailment: 9.2.152 -> 9.2.153

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.152...refs/tags/v9.2.153
This commit is contained in:
Fabian Affolter 2025-05-06 22:20:48 +02:00
parent f7fdd91544
commit c0495c021b

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.152";
version = "9.2.153";
pyproject = true;
disabled = pythonOlder "3.11";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
tag = "v${version}";
hash = "sha256-nqMDsqmh0kzdUuSprDExSMpzzE8uwSs1cA/awflGB4o=";
hash = "sha256-CigfIFKoZu/mggPMLr5FTRvWqZ6ikP8701hDgck2I3o=";
};
build-system = [ setuptools ];