Merge pull request #165659 from StridBot/auto-update/ocaml4.13.1-printbox

This commit is contained in:
Sandro 2022-03-27 15:58:39 +02:00 committed by GitHub
commit 6c5dce5e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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