Unverified Commit 0cbaa544 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

saxon_11-he: 11.6 -> 11.7 (#423118)

parents caab9c80 deb61643
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";