ocamlPackages.mrmime: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-03-11 03:39:37 +00:00
parent ea3d674237
commit 7510a6d52a
@@ -26,11 +26,11 @@
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 = [