python312Packages.claripy: 9.2.108 -> 9.2.109

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.108...v9.2.109
This commit is contained in:
Fabian Affolter 2024-07-04 21:44:14 +02:00
parent 599894bc0d
commit 9653d94af6

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.108";
version = "9.2.109";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-CTCgiwt/vMJugo1KS5zugbfwk/a3TeMX/ezk9wkMsoo=";
hash = "sha256-loDB5y5j8hVmQL2zZf/az6jsRJKRRNWlcRp2WjS90Hc=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail