Commit efc0a80b authored by R. RyanTM's avatar R. RyanTM
Browse files

ocamlPackages.macaddr: 5.4.0 -> 5.5.0

parent 8db50d6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildDunePackage rec {
  pname = "macaddr";
  version = "5.4.0";
  version = "5.5.0";

  minimalOCamlVersion = "4.04";

  src = fetchurl {
    url = "https://github.com/mirage/ocaml-ipaddr/releases/download/v${version}/ipaddr-${version}.tbz";
    hash = "sha256-WmYpG/cQtF9+lVDs1WIievUZ1f7+iZ2hufsdD1HHNeo=";
    hash = "sha256-YokLMW4DV5KtKa8a2XFFbRDe/VJbdLU9sbZ/pCN1wXg=";
  };

  checkInputs = [ ppx_sexp_conv ounit2 ];