ocamlPackages.progress 0.2.1 -> 0.2.2 https://github.com/CraigFe/progress/releases attrpath: ocamlPackages.progress Checking auto update branch... No auto update branch exists Old version 0.2.1" not present in master derivation file with contents: { lib, buildDunePackage , fmt, logs, mtime, optint, terminal, vector , alcotest, astring }: buildDunePackage rec { pname = "progress"; minimalOCamlVersion = "4.08"; duneVersion = "3"; inherit (terminal) version src; propagatedBuildInputs = [ fmt logs mtime optint terminal vector ]; doCheck = true; checkInputs = [ alcotest astring ]; meta = with lib; { description = "Progress bar library for OCaml"; homepage = "https://github.com/CraigFe/progress"; license = licenses.mit; maintainers = [ maintainers.sternenseemann ]; }; }