python3Packages.claripy: 9.0.7912 -> 9.0.8021

This commit is contained in:
Fabian Affolter 2021-06-17 12:28:57 +02:00
parent 82b9c2ace6
commit 25774c71a0

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.0.7912";
version = "9.0.8021";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-p9i3ajN/CpLdwcg8HLhtION0ghgs1fcnqjzUrxu1wDw=";
sha256 = "sha256-btV6J5r4ogb4yC0G3lyXXkCTnx55nfBkWFH1wgiWtjs=";
};
# Use upstream z3 implementation