python313Packages.claripy: 9.2.139 -> 9.2.140

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.139...v9.2.140
This commit is contained in:
Fabian Affolter
2025-02-06 08:30:37 +01:00
parent 94bd274e62
commit ae9c8af447
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.139";
version = "9.2.140";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
tag = "v${version}";
hash = "sha256-v8mwBTnPnYWVhY79HAdpxqwxIhz/9VdVYwkQbmHpuKc=";
hash = "sha256-VnvAIQm4TiNUGmpg1agOj/qEQZiR011M1BQdSyrCY5Y=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail