python311Packages.claripy: 9.2.79 -> 9.2.81

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.79...v9.2.81
This commit is contained in:
Fabian Affolter 2023-12-23 08:19:54 +01:00
parent 51527a4ba7
commit d9cfbcc26e

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.79";
version = "9.2.81";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-N2w4djqJ9r2inLHwhyqNVUqjrlKVo75BblN5xURkMIc=";
hash = "sha256-6DqIeLoJzpONte4WHI5EeV3iDDh1lNhegrNiKIgSAbY=";
};
nativeBuildInputs = [