Unverified Commit 0573920b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #231741 from marsam/update-otoml

ocamlPackages.otoml: 1.0.2 -> 1.0.4
parents 8abf37ef 5916963a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildDunePackage rec {
  pname = "otoml";
  version = "1.0.2";
  version = "1.0.4";

  minimalOCamlVersion = "4.08";

@@ -16,7 +16,7 @@ buildDunePackage rec {
    owner = "dmbaturin";
    repo = pname;
    rev = version;
    sha256 = "sha256-Xd3fHBN1f+tvgRFCxD/Gz8/lIvezknz7Zy3EtdqoTEM=";
    sha256 = "sha256-3bgeiwa0elisxZaWpwLqoKmeyTBKMW1IWdm6YdSIhSw=";
  };

  nativeBuildInputs = [ menhir ];