python311Packages.claripy: 9.2.63 -> 9.2.64

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.63...v9.2.64
This commit is contained in:
Fabian Affolter 2023-08-15 23:17:46 +02:00
parent a1b277d636
commit 51fef5ce5e

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.63";
version = "9.2.64";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-p5fJ5+YFQIs397eVFxtMMJj/FwfH97CY1HjFJqPVVc0=";
hash = "sha256-vx4wFZdycXow/t2LT4t1kO81JPvsB1mQF1GWgYRZiWs=";
};
nativeBuildInputs = [