python312Packages.claripy: 9.2.134 -> 9.2.135

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.134...v9.2.135
This commit is contained in:
Fabian Affolter
2025-01-02 16:09:37 +01:00
parent 417db03082
commit 579af0bb31
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.134";
version = "9.2.135";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-jz7eF01dYOsa/f6ssAwBK66LGxBXozG075yEllq8j9Y=";
hash = "sha256-k3jlHGkgtT/+Eo9rwUSgRCfs9PPHX+vS4LR0jH6cVdE=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail