python312Packages.ailment: 9.2.129 -> 9.2.130

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.129...v9.2.130
This commit is contained in:
Fabian Affolter 2024-11-26 20:26:41 +01:00
parent 704c9941fd
commit e4ae7ade5d

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.129";
version = "9.2.130";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-xxrqr5zh6n3A7YTxf7K1x3iLsCh8s0l/4esdoTtoIbQ=";
hash = "sha256-/tupBPwZqsJ1+TNIdOVT49uOFSqWqF2nWzZJaHAJXNw=";
};
build-system = [ setuptools ];