python312Packages.ailment: 9.2.116 -> 9.2.117

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.116...v9.2.117
This commit is contained in:
Fabian Affolter
2024-08-30 18:31:47 +02:00
parent 82cf26704f
commit 540d8e0254
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.116";
version = "9.2.117";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-BRT6yboFdQ9/S+XYJAz885QbxbRx/BmL18o3ic4fv7o=";
hash = "sha256-OYbLaMtelNxohrOfb4A9NC9Zado+0qvm3i2zgkgt6p4=";
};
build-system = [ setuptools ];