ocamlPackages.tezos-bls12-381-polynomial: 0.1.2 -> 0.1.3

This commit is contained in:
Ulrik Strid 2022-10-24 09:39:21 +02:00 committed by Vincent Laporte
parent 6fe8b8ed3c
commit eafdbcc9b4

View File

@ -4,6 +4,7 @@
buildDunePackage,
bls12-381,
data-encoding,
bigstringaf,
alcotest,
alcotest-lwt,
bisect_ppx,
@ -12,16 +13,16 @@
buildDunePackage rec {
pname = "tezos-bls12-381-polynomial";
version = "0.1.2";
version = "0.1.3";
duneVersion = "3";
src = fetchFromGitLab {
owner = "nomadic-labs/cryptography";
repo = "privacy-team";
rev = "v${version}";
sha256 = "sha256-HVeKZCPBRJWQXkcI2J7Fl4qGviYLD5x+4W4pAY/W4jA=";
sha256 = "sha256-H1Wog3GItTIVsawr9JkyyKq+uGqbTQPTR1dacpmxLbs=";
};
propagatedBuildInputs = [bls12-381 data-encoding];
propagatedBuildInputs = [bls12-381 data-encoding bigstringaf];
checkInputs = [alcotest alcotest-lwt bisect_ppx qcheck-alcotest];