python312Packages.ailment: 9.2.135 -> 9.2.136

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.135...v9.2.136
This commit is contained in:
Fabian Affolter
2025-01-08 23:33:53 +01:00
parent caf0eacc1a
commit 290983d4f2
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.135";
version = "9.2.136";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
tag = "v${version}";
hash = "sha256-uc8iNWrAESDXVpM0TuXYbvQm95CXWLOooUFQ49O3YTg=";
hash = "sha256-HXm5ERWR/fHIT8PYAOkF0aVWu8fvu2fqG+fGcFTNz+A=";
};
build-system = [ setuptools ];