python3Packages.claripy: 9.0.10010 -> 9.0.10055

This commit is contained in:
Fabian Affolter 2021-09-28 22:23:05 +02:00
parent 55cf91a57b
commit 1ead258bfc

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.0.10010";
version = "9.0.10055";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bcVbGDUTVLQ6ybPA2HjRlHJj1gnYK2dazhZXc9k0uSY=";
sha256 = "sha256-QHhZVnUv54I8R7oCOBJgBcKZr8csg2OEOGxn4MKgmtk=";
};
# Use upstream z3 implementation