Unverified Commit b2ebefea authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

ocamlPackages.printbox: 0.11 -> 0.12 (#347480)

parents 3b59a736 981689dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildDunePackage rec {
  pname = "printbox";
  version = "0.11";
  version = "0.12";

  minimalOCamlVersion = "4.04";

@@ -10,7 +10,7 @@ buildDunePackage rec {
    owner = "c-cube";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-f5iTesEakULlLdDGtX+5i3vesUIbFLjcV3kJ7ZPia0Y=";
    sha256 = "sha256-PQbr2sjASoWz0OHAMV6buAJERpnUJxVpLAigIVnADIc=";
  };

  nativeCheckInputs = [ mdx.bin ];