Commit af563130 authored by R. RyanTM's avatar R. RyanTM
Browse files

ocamlPackages.utop: 2.16.0 -> 2.17.0

parent 085868b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
buildDunePackage rec {
  pname = "utop";

  version = "2.16.0";
  version = "2.17.0";
  propagatedBuildInputs = [
    findlib
    lambda-term
@@ -29,7 +29,7 @@ buildDunePackage rec {

  src = fetchurl {
    url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
    hash = "sha256-C595E10hMvshHL6ImUHP0NVMx7uAYrigRD44xUC4x2M=";
    hash = "sha256-FOGTkf+LGMFbARc3TU0PxXIAUJV72AKYZQVkuJT6hdo=";
  };

  nativeBuildInputs = [