ocamlPackages.macaddr-sexp 5.4.0 -> 5.5.0 https://github.com/mirage/ocaml-ipaddr/releases attrpath: ocamlPackages.macaddr-sexp Checking auto update branch... No auto update branch exists Old version 5.4.0" not present in master derivation file with contents: { lib, buildDunePackage , macaddr, ppx_sexp_conv, macaddr-cstruct, ounit2 }: buildDunePackage { pname = "macaddr-sexp"; inherit (macaddr) version src; duneVersion = "3"; propagatedBuildInputs = [ ppx_sexp_conv ]; checkInputs = [ macaddr-cstruct ounit2 ]; doCheck = true; meta = macaddr.meta // { description = "A library for manipulation of MAC address representations using sexp"; }; }