python312Packages.ailment: 9.2.133 -> 9.2.134

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.133...v9.2.134
This commit is contained in:
Fabian Affolter
2024-12-25 09:31:06 +01:00
parent 1cf3018330
commit f5e1da29af
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.133";
version = "9.2.134";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-3yNMrIQWW+pvwfGzox1rHLXzfY3Y6jjU8YFdrZgMePA=";
hash = "sha256-ev3/5TNj7bK0T9ouWVdA6PXqEiC+KFwtM35QD9BIyJs=";
};
build-system = [ setuptools ];