python311Packages.claripy: 9.2.64 -> 9.2.65

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.64...v9.2.65
This commit is contained in:
Fabian Affolter 2023-08-22 23:57:30 +02:00
parent 894d78c352
commit 0f96876e71

View file

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