mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
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:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user