python312Packages.claripy: 9.2.141 -> 9.2.144

This commit is contained in:
Peder Bergebakken Sundt
2025-03-12 00:18:18 +01:00
parent 7c5d5f4785
commit 7e6f7b4681
@@ -10,11 +10,12 @@
setuptools,
typing-extensions,
z3-solver,
nix-update-script,
}:
buildPythonPackage rec {
pname = "claripy";
version = "9.2.141";
version = "9.2.144";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
tag = "v${version}";
hash = "sha256-CP7U8S9JDeElR39XvcSKt3l7Um5qDJ19aJ2x9nj2+2Q=";
hash = "sha256-ToEhFdxLr2vkmM7Wr3jvd50s1cQwfDoupD8ahIl0h2c=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail
@@ -45,6 +46,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "claripy" ];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Python abstraction layer for constraint solvers";
homepage = "https://github.com/angr/claripy";