ocamlPackages.class_group_vdf: 0.0.4 → 0.0.5

This commit is contained in:
Vincent Laporte 2025-07-15 06:25:28 +02:00 committed by Vincent Laporte
parent 929387843b
commit 3c9795a7a4

View File

@ -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 = [