saxon-he: 12.8 -> 12.9 (#444839)

This commit is contained in:
Matthias Beyer
2025-09-25 09:46:52 +00:00
committed by GitHub
@@ -189,11 +189,11 @@ in
saxon_12-he = common rec {
pname = "saxon-he";
version = "12.8";
version = "12.9";
jar = "saxon-he-${version}";
src = fetchurl {
url = github.downloadUrl version;
hash = "sha256-K6hRrseSW4giCBgsSMk2IwIF1VjjNWNrvkZia9gANZg=";
hash = "sha256-8olb7zeUESxlChWL4nw5qG6IwXF+u44OiAZ9HwdjXRI=";
};
updateScript = github.updateScript version;
description = "Processor for XSLT 3.0, XPath 3.1, and XQuery 3.1";