python312Packages.claripy: 9.2.100 -> 9.2.101

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.100...v9.2.101
This commit is contained in:
Fabian Affolter 2024-05-02 09:23:10 +02:00
parent 7a57bcff92
commit fc9618851f

View File

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