python311Packages.claripy: 9.2.72 -> 9.2.73

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.72...v9.2.73
This commit is contained in:
Fabian Affolter 2023-10-17 23:03:40 +02:00
parent 539da52ceb
commit 951c26f53b

View File

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