Unverified Commit fa3ce528 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #296967 from r-ryantm/auto-update/ocamlPackages.cry

ocamlPackages.cry: 1.0.2 -> 1.0.3
parents 642b5c76 8362f8da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDunePackage rec {
  pname = "cry";
  version = "1.0.2";
  version = "1.0.3";

  src = fetchFromGitHub {
    owner = "savonet";
    repo = "ocaml-cry";
    rev = "v${version}";
    hash = "sha256-wtilYOUOHElW8ZVxolMNomvT//ho2tACmoubEvU2bpQ=";
    hash = "sha256-ea6f2xTVmYekPmzAKasA9mNG4Voxw2MCkfZ9LB9gwbo=";
  };

  postPatch = ''