Commit 5e6bd6eb authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.angstrom: 0.16.0 → 0.16.1

parent 989dc4cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildDunePackage rec {
  pname = "angstrom";
  version = "0.16.0";
  version = "0.16.1";

  minimalOCamlVersion = "4.04";

@@ -10,7 +10,7 @@ buildDunePackage rec {
    owner  = "inhabitedtype";
    repo   = pname;
    rev    = version;
    hash = "sha256-vilGto5ciyKzVJd72z4B+AvM1nf3x3O7DHXrK5SIajQ=";
    hash = "sha256-EPqDK+7RU2vHEHvuoTXb8V2FkdXQ6tGu0ghbNPS3gZ4=";
  };

  checkInputs = [ alcotest ppx_let ];