python312Packages.claripy: 9.2.117 -> 9.2.118

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.117...v9.2.118
This commit is contained in:
Fabian Affolter 2024-09-18 10:14:06 +02:00
parent e4067fcc33
commit 67d0fa1a2f

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.117";
version = "9.2.118";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-f9rb5UvkEB3SkxqFQI82m4RrY6jWnD7YTjIGLVSx4gk=";
hash = "sha256-1VIWdKQD6wtYd6LHQ7vW1Ol3W+ZGB+xHhSMZ9EiNev8=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail