ocamlPackages.mm: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm 2024-10-30 03:04:50 +00:00
parent ccd7e10e00
commit 4935b06f4f

View File

@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "mm";
version = "0.8.5";
version = "0.8.6";
duneVersion = "3";
@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "savonet";
repo = "ocaml-mm";
rev = "v${version}";
sha256 = "sha256-/83coQdUoaa1+5yapF/joV87uYpVsmWU7LH867Vmmo0=";
sha256 = "sha256-ME6Naza7OvZ/63zEjrPeKq5JwMoMfV2fpkCuZdtCZ/c=";
};
buildInputs = [ dune-configurator ];