python311Packages.claripy: 9.2.75 -> 9.2.76

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.75...v9.2.76
This commit is contained in:
Fabian Affolter 2023-11-08 08:13:20 +01:00
parent 0ef0ab1401
commit fb881f905c

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.75";
version = "9.2.76";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-ErPk93hDKV1QyGOjxYNaLzNuq6Od374G8qOxWiJwpuo=";
hash = "sha256-BwhM5J+20ZvP0d+9TAqy0AgRuPU6XoLKgM88WJdf3Qg=";
};
nativeBuildInputs = [