saxon_11-he: 11.6 -> 11.7

This commit is contained in:
R. Ryantm
2025-07-07 06:44:28 +00:00
parent e4097b5575
commit deb61643f6
@@ -174,11 +174,11 @@ in
saxon_11-he = common rec {
pname = "saxon-he";
version = "11.6";
version = "11.7";
jar = "saxon-he-${version}";
src = fetchurl {
url = github.downloadUrl version;
sha256 = "/AVX5mtZSO6Is19t3+FlEvtIBsnwB3MIWAPCht8Aqnw=";
sha256 = "MGzhUW9ZLVvTSqEdpAZWAiwTYxCZxbn26zESDmIe4Vo=";
};
updateScript = github.updateScript version;
description = "Processor for XSLT 3.0, XPath 2.0 and 3.1, and XQuery 3.1";