Commit 7bb71960 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.ailment: 9.2.96 -> 9.2.97

parent 8d780366
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "ailment";
  version = "9.2.96";
  version = "9.2.97";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "angr";
    repo = "ailment";
    rev = "refs/tags/v${version}";
    hash = "sha256-xc9/J360ftynKT5HYNcjR/0WX04DUDmszaAHb8h3Iao=";
    hash = "sha256-R6OBc7qK4zP0t8m26V17he8Oy39eSK8/Dm84ScnBy3s=";
  };

  build-system = [