python311Packages.claripy: 9.2.65 -> 9.2.66

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.65...v9.2.66
This commit is contained in:
Fabian Affolter 2023-08-30 10:47:56 +02:00
parent 88270bbdc1
commit 84771d33c0

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.65";
version = "9.2.66";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/Ou2Kl7Fw5QpzoibNOKJPnAwRsR3EDtYypCrOQc7yjI=";
hash = "sha256-CDFZ6CN3pqNpwigYVHyKxwpa9iPfl4m/XDAo1YSRir8=";
};
nativeBuildInputs = [