Commit 3c9795a7 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.class_group_vdf: 0.0.4 → 0.0.5

parent 92938784
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  dune-configurator,
  zarith,
  integers,
  stdlib-random,
  alcotest,
  bisect_ppx,
}:
@@ -15,14 +16,13 @@
buildDunePackage (
  rec {
    pname = "class_group_vdf";
    version = "0.0.4";
    duneVersion = "3";
    version = "0.0.5";

    src = fetchFromGitLab {
      owner = "nomadic-labs/cryptography";
      repo = "ocaml-chia-vdf";
      rev = "v${version}";
      hash = "sha256-KvpnX2DTUyfKARNWHC2lLBGH2Ou2GfRKjw05lu4jbBs=";
      hash = "sha256-/wPlS9JrQH+4kvEzsn2DCkAFhu0LMxlIIKQZ9jOJkco=";
    };

    minimalOCamlVersion = "4.08";
@@ -40,6 +40,7 @@ buildDunePackage (
    propagatedBuildInputs = [
      zarith
      integers
      stdlib-random
    ];

    checkInputs = [