ocamlPackages.gapi-ocaml: 0.4.3 -> 0.4.4
Diff: https://github.com/astrada/gapi-ocaml/compare/v0.4.3...v0.4.4 Changelog: https://github.com/astrada/gapi-ocaml/releases/tag/v0.4.4
This commit is contained in:
parent
a380c8b7b1
commit
b9a58b4ade
@ -5,7 +5,7 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "gapi-ocaml";
|
||||
version = "0.4.3";
|
||||
version = "0.4.4";
|
||||
duneVersion = "3";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
owner = "astrada";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-V0GB9Bd06IdcI5PDFHGVZ0Y/qi7tTs/4ITqPXUOxCLs=";
|
||||
hash = "sha256-+UNFW5tmIh5dVyTDEOfOmy1j+gV4P28jlnBTdpQNAjE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cryptokit ocamlnet ocurl yojson ];
|
||||
@ -24,7 +24,7 @@ buildDunePackage rec {
|
||||
|
||||
meta = {
|
||||
description = "OCaml client for google services";
|
||||
inherit (src.meta) homepage;
|
||||
homepage = "https://github.com/astrada/gapi-ocaml";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ bennofs ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user