Commit 33c5d328 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.claripy: 9.2.49 -> 9.2.50

parent 7cbde412
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "claripy";
  version = "9.2.49";
  version = "9.2.50";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "angr";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-PTlkyu8Thm81VO9HIhNUwGxDBEQedfs3RYfZW5ZEAaY=";
    hash = "sha256-bHo1hpLLrJVZ8BxupsavreY6JTmuGboLODT8so6Fx1c=";
  };

  nativeBuildInputs = [