python312Packages.ailment: 9.2.108 -> 9.2.109

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.108...v9.2.109
This commit is contained in:
Fabian Affolter 2024-07-04 21:42:02 +02:00
parent 2bdd5ca41b
commit e628352268

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.108";
version = "9.2.109";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-0Dzp6ws5/mrlQbtq3PqkX5K8DdJIkCejhfnY3pGLdtc=";
hash = "sha256-1/17bSpvhripv0wYEQnhW2Z52fFThPjl8mNPTu2DP5s=";
};
build-system = [ setuptools ];