python313Packages.claripy: 9.2.138 -> 9.2.139

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.138...v9.2.139
This commit is contained in:
Fabian Affolter
2025-02-01 10:05:29 +01:00
parent 610a1f338f
commit 0f3d56a8ed
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.138";
version = "9.2.139";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
tag = "v${version}";
hash = "sha256-1nIREzUeUzfMu7gqrbAMJvKNnboavQRL8c2GDhH0Xs0=";
hash = "sha256-v8mwBTnPnYWVhY79HAdpxqwxIhz/9VdVYwkQbmHpuKc=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail