python312Packages.ailment: 9.2.134 -> 9.2.135

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.134...v9.2.135
This commit is contained in:
Fabian Affolter
2025-01-02 16:07:47 +01:00
parent a6503eae6e
commit ee18541bc3
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.134";
version = "9.2.135";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-ev3/5TNj7bK0T9ouWVdA6PXqEiC+KFwtM35QD9BIyJs=";
hash = "sha256-uc8iNWrAESDXVpM0TuXYbvQm95CXWLOooUFQ49O3YTg=";
};
build-system = [ setuptools ];