python312Packages.ailment: 9.2.106 -> 9.2.107

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.106...v9.2.107
This commit is contained in:
Fabian Affolter
2024-06-19 11:40:19 +02:00
parent 9913ea598f
commit e446319763
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.106";
version = "9.2.107";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-f1F1mPqrZJvXPmziyRIoPj7lIAfSWzpSpLtVs1RjzhI=";
hash = "sha256-yEwSHmAxbbdLVFatG4pKJokatCkO4RCZUMVAoBSOwTI=";
};
build-system = [ setuptools ];