Commit 52a5f2d5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.claripy: 9.2.146 -> 9.2.147

parent 4fe10f76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "claripy";
  version = "9.2.146";
  version = "9.2.147";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "angr";
    repo = "claripy";
    tag = "v${version}";
    hash = "sha256-ZGagpKzbJBuBo3E7qYNQCBid0S/JB9fenikwksdM99Y=";
    hash = "sha256-Ml7BPlx4TT/jPXE0TRp2GeghB68AsanitsjD7lmEphk=";
  };

  # z3 does not provide a dist-info, so python-runtime-deps-check will fail