python311Packages.claripy: 9.2.84 -> 9.2.96

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.84...v9.2.96
This commit is contained in:
Fabian Affolter 2024-03-28 23:07:31 +01:00
parent 316633a60f
commit bb920bf9ff
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.84";
version = "9.2.96";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-wgCWMngda0gB+AEDFpRxQ2ots5YXE4bkBSxMtYJqLEo=";
hash = "sha256-rXJzJCyhsScFW1L/mVARciGDlOOBCFT69VBivjV6oig=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail