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:
Mario Rodas 2023-05-27 04:20:00 +00:00 committed by Vincent Laporte
parent a380c8b7b1
commit b9a58b4ade

View File

@ -5,7 +5,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "gapi-ocaml"; pname = "gapi-ocaml";
version = "0.4.3"; version = "0.4.4";
duneVersion = "3"; duneVersion = "3";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "astrada"; owner = "astrada";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-V0GB9Bd06IdcI5PDFHGVZ0Y/qi7tTs/4ITqPXUOxCLs="; hash = "sha256-+UNFW5tmIh5dVyTDEOfOmy1j+gV4P28jlnBTdpQNAjE=";
}; };
propagatedBuildInputs = [ cryptokit ocamlnet ocurl yojson ]; propagatedBuildInputs = [ cryptokit ocamlnet ocurl yojson ];
@ -24,7 +24,7 @@ buildDunePackage rec {
meta = { meta = {
description = "OCaml client for google services"; description = "OCaml client for google services";
inherit (src.meta) homepage; homepage = "https://github.com/astrada/gapi-ocaml";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bennofs ]; maintainers = with lib.maintainers; [ bennofs ];
}; };