python312Packages.claripy: 9.2.135 -> 9.2.136

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.135...v9.2.136
This commit is contained in:
Fabian Affolter
2025-01-09 00:09:28 +01:00
parent 0ba42e2734
commit da28c1e67b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.135";
version = "9.2.136";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
tag = "v${version}";
hash = "sha256-k3jlHGkgtT/+Eo9rwUSgRCfs9PPHX+vS4LR0jH6cVdE=";
hash = "sha256-xKd2vRf7ss48rWt4nQusCj38u9i2FvBGB45+tUl3VuI=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail