Unverified Commit e8df3296 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.ocaml-version: 4.0.3 -> 4.0.4 (#501640)

parents 00d1af19 b1119ffd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

buildDunePackage rec {
  pname = "ocaml-version";
  version = "4.0.3";
  version = "4.0.4";

  src = fetchurl {
    url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
    hash = "sha256-GM5e7fTKWhx6tSJ9xfNdW2fy8wYWhmbf3uGvqGKQm7M=";
    hash = "sha256-6sviBLiEjcCtLcnk74vGy4ZTALVd1Rd5INUzAzn+HO4=";
  };

  checkInputs = [ alcotest ];