ocamlPackages.class_group_vdf: 0.0.4 → 0.0.5

Changed files
+4 -3
pkgs
development
ocaml-modules
class_group_vdf
+4 -3
pkgs/development/ocaml-modules/class_group_vdf/default.nix
···
dune-configurator,
zarith,
integers,
alcotest,
bisect_ppx,
}:
···
buildDunePackage (
rec {
pname = "class_group_vdf";
-
version = "0.0.4";
-
duneVersion = "3";
src = fetchFromGitLab {
owner = "nomadic-labs/cryptography";
repo = "ocaml-chia-vdf";
rev = "v${version}";
-
hash = "sha256-KvpnX2DTUyfKARNWHC2lLBGH2Ou2GfRKjw05lu4jbBs=";
};
minimalOCamlVersion = "4.08";
···
propagatedBuildInputs = [
zarith
integers
];
checkInputs = [
···
dune-configurator,
zarith,
integers,
+
stdlib-random,
alcotest,
bisect_ppx,
}:
···
buildDunePackage (
rec {
pname = "class_group_vdf";
+
version = "0.0.5";
src = fetchFromGitLab {
owner = "nomadic-labs/cryptography";
repo = "ocaml-chia-vdf";
rev = "v${version}";
+
hash = "sha256-/wPlS9JrQH+4kvEzsn2DCkAFhu0LMxlIIKQZ9jOJkco=";
};
minimalOCamlVersion = "4.08";
···
propagatedBuildInputs = [
zarith
integers
+
stdlib-random
];
checkInputs = [