python312Packages.ailment: 9.2.115 -> 9.2.116

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.115...v9.2.116
This commit is contained in:
Fabian Affolter
2024-08-23 08:45:31 +02:00
parent 69ad06ba6c
commit 14ce3389c4
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.115";
version = "9.2.116";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-RYsfQNi0TFxyM7Z1l1R3KYkFI7m0TW2+rzj5fEz/ET0=";
hash = "sha256-BRT6yboFdQ9/S+XYJAz885QbxbRx/BmL18o3ic4fv7o=";
};
build-system = [ setuptools ];