python312Packages.ailment: 9.2.109 -> 9.2.110

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.109...v9.2.110
This commit is contained in:
Fabian Affolter
2024-07-13 23:49:00 +02:00
parent a8b78a50e9
commit 9adb3d769a
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.109";
version = "9.2.110";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-1/17bSpvhripv0wYEQnhW2Z52fFThPjl8mNPTu2DP5s=";
hash = "sha256-hW76M2Vzpyx2p0VHNKRKxH2Ec5aF0WJ5y7zkbteS9YE=";
};
build-system = [ setuptools ];