ocamlPackages.ppx_irmin: 3.10.0 -> 3.11.0 (#418242)

This commit is contained in:
Wolfgang Walther
2025-06-27 17:57:02 +00:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
buildDunePackage rec {
pname = "ppx_irmin";
version = "3.10.0";
version = "3.11.0";
src = fetchurl {
url = "https://github.com/mirage/irmin/releases/download/${version}/irmin-${version}.tbz";
hash = "sha256-kqneegoqNcL+ugw1qAax8N8kwcDRUWTuvz+RkpbSZxU=";
hash = "sha256-CZlvvMLEPhF6m9jpAoxjXoHMyyZNXgLUJauLBrus29s=";
};
minimalOCamlVersion = "4.10";