python311Packages.claripy: 9.2.97 -> 9.2.98

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.97...v9.2.98
This commit is contained in:
Fabian Affolter 2024-04-09 22:57:40 +02:00
parent 1507840f1f
commit 91b458ad5b
1 changed files with 2 additions and 2 deletions

View File

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