ocamlPackages.smtml: 0.9.0 -> 0.10.0 (#438782)

This commit is contained in:
Yohann Boniface
2025-09-01 12:10:08 +02:00
committed by GitHub
@@ -25,13 +25,13 @@
buildDunePackage rec {
pname = "smtml";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "formalsec";
repo = "smtml";
tag = "v${version}";
hash = "sha256-hgpxOQZ7mhELcT71j1EZJNstnTSntEjKDEokUaj5kAs=";
hash = "sha256-WXGYk/zJnW6QzHKCHl0lkmYb/pG90/sAOK40wYzK35U=";
};
nativeBuildInputs = [