ocamlPackages.mm: 0.8.2 -> 0.8.3

This commit is contained in:
Daniel Olsen
2023-03-30 16:22:22 +02:00
committed by Vincent Laporte
parent 89b5be094b
commit c95d302aa0
@@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "mm";
version = "0.8.2";
version = "0.8.3";
duneVersion = "3";
@@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "savonet";
repo = "ocaml-mm";
rev = "v${version}";
sha256 = "sha256-EifM96MWIDyr1EVUZYuISWGwbMshVQppzWLJchqzV2E=";
sha256 = "sha256-pL1e7U5EtbI8bVum7mMHUD8QFMV4jc3YFjhTOvR43kg=";
};
buildInputs = [ dune-configurator ];