ocamlPackages.printbox: 0.6.1 -> 0.11

This commit is contained in:
R. Ryantm 2024-04-28 19:42:43 +00:00
parent 9e5cd80f1d
commit 91a2d90c87

View File

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "printbox";
version = "0.6.1";
version = "0.11";
useDune2 = true;
@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7u2ThRhM3vW4ItcFsK4ycgcaW0JcQOFoZZRq2kqbl+k=";
sha256 = "sha256-f5iTesEakULlLdDGtX+5i3vesUIbFLjcV3kJ7ZPia0Y=";
};
nativeCheckInputs = [ mdx.bin ];