ocamlPackages.mrmime: 0.6.1 -> 0.7.0

R. Ryantm 7510a6d5 ea3d6742

Changed files
+2 -2
pkgs
development
ocaml-modules
mrmime
+2 -2
pkgs/development/ocaml-modules/mrmime/default.nix
···
buildDunePackage rec {
pname = "mrmime";
-
version = "0.6.1";
+
version = "0.7.0";
src = fetchurl {
url = "https://github.com/mirage/mrmime/releases/download/v${version}/mrmime-${version}.tbz";
-
hash = "sha256-Dzsr7xPzu5RIzIdubF4OAAjHJY7CdBVnHRZxQbcCsBY=";
+
hash = "sha256-w23xtro9WgyLLwqdwfqLMN/ZDqwpvFcEvurbsqnsJLc=";
};
propagatedBuildInputs = [