ocamlPackages.gapi-ocaml: 0.3.6 -> 0.3.19

This commit is contained in:
talyz 2020-05-01 14:57:14 +02:00 committed by Vincent Laporte
parent 58ba83130c
commit 1771d468c4
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,8 +1,10 @@
{ stdenv, fetchFromGitHub, buildDunePackage, ocurl, cryptokit, ocaml_extlib, yojson, ocamlnet, xmlm }:
{ stdenv, fetchFromGitHub, buildDunePackage
, ocurl, cryptokit, ocaml_extlib, yojson, ocamlnet, xmlm
}:
buildDunePackage rec {
pname = "gapi-ocaml";
version = "0.3.6";
version = "0.3.19";
minimumOCamlVersion = "4.02";
@ -10,10 +12,11 @@ buildDunePackage rec {
owner = "astrada";
repo = pname;
rev = "v${version}";
sha256 = "0qgsy51bhkpfgl5rdnjw4bqs5fbh2w4vwrfbl8y3lh1wrqmnwci4";
sha256 = "04arif1p1vj5yr24cwicj70b7yx17hrgf4pl47vqg8ngcrdh71v9";
};
propagatedBuildInputs = [ ocurl cryptokit ocaml_extlib yojson ocamlnet xmlm ];
propagatedBuildInputs = [ ocurl cryptokit ocaml_extlib ocamlnet yojson ];
buildInputs = [ xmlm ];
meta = {
description = "OCaml client for google services";