ocamlPackages.functoria 4.4.1 -> 4.4.2 https://github.com/mirage/mirage/releases attrpath: ocamlPackages.functoria Checking auto update branch... No auto update branch exists Old version 4.4.1" not present in master derivation file with contents: { lib, buildDunePackage, cmdliner , functoria-runtime , rresult, astring, fmt, logs, bos, fpath, emile, uri , alcotest }: buildDunePackage { pname = "functoria"; inherit (functoria-runtime) version src; minimalOCamlVersion = "4.08"; propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ]; doCheck = true; checkInputs = [ alcotest functoria-runtime ]; meta = with lib; { description = "A DSL to organize functor applications"; homepage = "https://github.com/mirage/functoria"; license = licenses.isc; maintainers = [ maintainers.vbgl ]; }; }