python311Packages.claripy: 9.2.74 -> 9.2.75

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.74...v9.2.75
This commit is contained in:
Fabian Affolter 2023-10-31 20:20:50 +01:00
parent 7850934e9d
commit c9643cf78e

View File

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