python311Packages.claripy: 9.2.66 -> 9.2.68

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.66...v9.2.68
This commit is contained in:
Fabian Affolter 2023-09-15 12:32:22 +02:00
parent 44a93c773e
commit 4c55c7bfeb

View File

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