python313Packages.ailment: 9.2.146 -> 9.2.147

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.146...v9.2.147
This commit is contained in:
Fabian Affolter
2025-03-22 17:52:30 +01:00
parent fe1f4cd6bc
commit 23a0247364
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.146";
version = "9.2.147";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
tag = "v${version}";
hash = "sha256-lTodIm5p9ptEg+rEPqoGNbVRxV18wiC++qJTIaYu3EM=";
hash = "sha256-WrqkTNFhttpLG1dG05+nnqzoPUQPZUG15JooChBIKEA=";
};
build-system = [ setuptools ];