python312Packages.ailment: 9.2.110 -> 9.2.112

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.110...v9.2.112
This commit is contained in:
Fabian Affolter
2024-07-23 21:17:39 +02:00
parent cd816f7520
commit 7289fa7ada
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.110";
version = "9.2.112";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-hW76M2Vzpyx2p0VHNKRKxH2Ec5aF0WJ5y7zkbteS9YE=";
hash = "sha256-R1Tvo4xqxKB2yQypiOtmuCzujE1DhHo2kPQUL7RuWGk=";
};
build-system = [ setuptools ];