python312Packages.claripy: 9.2.99 -> 9.2.100

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.99...v9.2.100
This commit is contained in:
Fabian Affolter 2024-04-24 17:01:22 +02:00
parent 17ced802ad
commit b80b65112a
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.99";
version = "9.2.100";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-JUR9fR9zf7OwnXSwfC0x3ti3/5rFkBB105XC5hE3Fw4=";
hash = "sha256-jkPXYlV89BsW4lHvpR+1jiFP92QsPPG0BMe1SVoQOfw=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail