python3Packages.claripy: 9.0.10689 -> 9.0.10730

This commit is contained in:
Fabian Affolter
2021-12-08 10:41:55 +01:00
parent de977fbdf4
commit 8a8489ecd8
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.0.10689";
version = "9.0.10730";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-s3h+SnqCi29B0/BwUHp08x7n4tej+u5aI4exGpeKbxc=";
sha256 = "sha256-ATc6PiYxkBx48O55sh5lHVkJVdqlx2wLPUZRgGKb20U=";
};
# Use upstream z3 implementation