ocamlPackages.printbox: 0.6 -> 0.6.1

This commit is contained in:
Ulrik Strid 2022-03-24 18:34:40 +01:00
parent 30d2d4a499
commit 772222be16

View file

@ -2,7 +2,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "printbox"; pname = "printbox";
version = "0.6"; version = "0.6.1";
useDune2 = true; useDune2 = true;
@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "c-cube"; owner = "c-cube";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256:0vqp8j1vp8h8par699nnh31hnikzh6pqn07lqyxw65axqy3sc9dp"; sha256 = "sha256-7u2ThRhM3vW4ItcFsK4ycgcaW0JcQOFoZZRq2kqbl+k=";
}; };
checkInputs = [ mdx.bin ]; checkInputs = [ mdx.bin ];