Commit 4495fc33 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.biotk: 0.2.0 → 0.3

parent e5dfb653
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
, ocaml-crunch
, camlzip
, core_kernel
, core_unix
, csvfields
, core_unix ? null
, csvfields ? null
, fmt
, gsl
, ppx_csv_conv
, ppx_csv_conv ? null
, ppx_deriving
, rresult
, tyxml
@@ -20,13 +20,13 @@

buildDunePackage rec {
  pname = "biotk";
  version = "0.2.0";
  version = "0.3";

  minimalOCamlVersion = "4.13";

  src = fetchurl {
    url = "https://github.com/pveber/biotk/releases/download/v${version}/biotk-${version}.tbz";
    hash = "sha256-FQvbVj5MmraSN6AmOckKgJ/LB14E/pCsPvPvNppcv7A=";
    hash = "sha256-9eRd3qYteUxu/xNEUER/DHodr6cTCuPtSKr38x32gig=";
  };

  nativeBuildInputs = [ ocaml-crunch ];
+1 −10
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ let

    biocaml = janeStreet_0_15.biocaml;

    biotk = janeStreet_0_15.biotk;
    biotk = callPackage ../development/ocaml-modules/biotk { };

    bisect_ppx = callPackage ../development/ocaml-modules/bisect_ppx { };

@@ -840,15 +840,6 @@ let
        cfstream = self.cfstream.override { inherit core_kernel; };
      };

      biotk = let
        angstrom = self.angstrom.override { inherit ppx_let; };
      in callPackage ../development/ocaml-modules/biotk {
        angstrom-unix = self.angstrom-unix.override { inherit angstrom; };
        ppx_deriving = self.ppx_deriving.override { inherit (jsDeps) ppxlib; };
        uri = self.uri.override { inherit angstrom; };
        vg = self.vg.override { htmlcBackend = false; };
      };

      phylogenetics = let
        angstrom = self.angstrom.override { inherit ppx_let; };
      in callPackage ../development/ocaml-modules/phylogenetics {