saxon-he: 9.9.0.1 -> 11.5

Update the default version of saxon-he to 11.5.
Create a new saxon_9-he package for compatibility.
This commit is contained in:
Avinash Jois
2023-03-05 14:34:30 -07:00
parent dbb5af2d44
commit 53cc9ddff1
2 changed files with 14 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ in {
description = "Complete and conformant processor of XSLT 2.0, XQuery 1.0, and XPath 2.0";
};
saxon-he = common {
saxon_9-he = common {
pname = "saxon-he";
version = "9.9.0.1";
prog = "saxon-he";
@@ -83,4 +83,16 @@ in {
};
description = "Processor for XSLT 3.0, XPath 2.0 and 3.1, and XQuery 3.1";
};
saxon-he = common {
pname = "saxon-he";
version = "11.5";
prog = "saxon-he";
jar = "saxon-he-11.5";
src = fetchurl {
url = "https://github.com/Saxonica/Saxon-HE/raw/a6d11dec3853326b661e9aff283e30b43c02e163/11/Java/SaxonHE11-5J.zip";
sha256 = "2Nwh6dG3YAjc/OTr8DMOfbnRvdCWB0YsVP3ZLRbM9U0=";
};
description = "Processor for XSLT 3.0, XPath 2.0 and 3.1, and XQuery 3.1";
};
}