ocamlPackages.ppx_irmin: 3.9.0 -> 3.10.0

This commit is contained in:
R. Ryantm
2025-01-27 10:12:09 +01:00
committed by Vincent Laporte
parent 1c71253d6f
commit 295b5212fe
+2 -2
View File
@@ -9,11 +9,11 @@
buildDunePackage rec {
pname = "ppx_irmin";
version = "3.9.0";
version = "3.10.0";
src = fetchurl {
url = "https://github.com/mirage/irmin/releases/download/${version}/irmin-${version}.tbz";
hash = "sha256-jgc6vhtf+1ttWMMmBsnX2rwyxTUBdWvoCpLtR3etUaA=";
hash = "sha256-kqneegoqNcL+ugw1qAax8N8kwcDRUWTuvz+RkpbSZxU=";
};
minimalOCamlVersion = "4.10";