python312Packages.ailment: 9.2.98 -> 9.2.99

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.98...v9.2.99
This commit is contained in:
Fabian Affolter 2024-04-16 22:27:36 +02:00
parent 970021bf50
commit 02f0168166
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.98";
version = "9.2.99";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-ue780bhPpxv7Bnx9PX+HdQt3gcDSvTvK0FLPMopXQRY=";
hash = "sha256-g+PvOnm/cLb2FIW1vVHeFRH7iY60HYzQirnxrIdGlVw=";
};
build-system = [ setuptools ];