python312Packages.ailment: 9.2.107 -> 9.2.108

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.107...v9.2.108
This commit is contained in:
Fabian Affolter
2024-06-26 20:01:59 +02:00
parent 68cea54eb7
commit a7ac97bb24
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.107";
version = "9.2.108";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-yEwSHmAxbbdLVFatG4pKJokatCkO4RCZUMVAoBSOwTI=";
hash = "sha256-0Dzp6ws5/mrlQbtq3PqkX5K8DdJIkCejhfnY3pGLdtc=";
};
build-system = [ setuptools ];