ocamlPackages.smtml: 0.12.0 -> 0.13.0

This commit is contained in:
redianthus
2025-10-28 11:28:22 +01:00
parent ba840a89e0
commit 1079c21566
@@ -27,13 +27,13 @@
buildDunePackage (finalAttrs: {
pname = "smtml";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "formalsec";
repo = "smtml";
tag = "v${finalAttrs.version}";
hash = "sha256-WETSvhy5OfztOTqJimym0OaZLo053nl8pcoQlyyP8I0=";
hash = "sha256-8AAS7C/X9YnkgZORRauKqPgXPyFXOhPvd7/VS693e8Q=";
};
nativeBuildInputs = [