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, dune-configurator,
zarith, zarith,
integers, integers,
stdlib-random,
alcotest, alcotest,
bisect_ppx, bisect_ppx,
}: }:
@ -15,14 +16,13 @@
buildDunePackage ( buildDunePackage (
rec { rec {
pname = "class_group_vdf"; pname = "class_group_vdf";
version = "0.0.4"; version = "0.0.5";
duneVersion = "3";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "nomadic-labs/cryptography"; owner = "nomadic-labs/cryptography";
repo = "ocaml-chia-vdf"; repo = "ocaml-chia-vdf";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-KvpnX2DTUyfKARNWHC2lLBGH2Ou2GfRKjw05lu4jbBs="; hash = "sha256-/wPlS9JrQH+4kvEzsn2DCkAFhu0LMxlIIKQZ9jOJkco=";
}; };
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
@ -40,6 +40,7 @@ buildDunePackage (
propagatedBuildInputs = [ propagatedBuildInputs = [
zarith zarith
integers integers
stdlib-random
]; ];
checkInputs = [ checkInputs = [