python3Packages.claripy: 9.0.10339 -> 9.0.10409

This commit is contained in:
Fabian Affolter
2021-11-03 11:13:32 +01:00
parent c79765456f
commit d77aade7bb
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.0.10339";
version = "9.0.10409";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pi/XMVk50zVCW+MLP1Dsm5amJ55PHE4Ey4nIvhCwiwk=";
sha256 = "sha256-tDlxeSBPvSGLPmvflMywxTieE9AgjrPb0IxeMkhqXpU=";
};
# Use upstream z3 implementation