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

This commit is contained in:
José Romildo Malaquias 2024-10-27 10:50:25 -03:00 committed by GitHub
commit b2ebefea36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];