python312Packages.ailment: 9.2.126 -> 9.2.127

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.126...v9.2.127
This commit is contained in:
Fabian Affolter 2024-11-09 11:24:30 +01:00
parent 5a5694d2ff
commit 1e20869209

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.126";
version = "9.2.127";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-C5hOeMdZ0D8T61TyJ8uEhuy+VnVc/6GQ3PteuicUpzA=";
hash = "sha256-yd4O4REUjTRYZ3lODlsxmbbPHY7Z2X217wQWSn3Uv3U=";
};
build-system = [ setuptools ];