Unverified Commit edd2f93d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

saxon-he: 12.5 -> 12.6 (#404953)

parents 3f17d4db 045bc14a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -171,11 +171,11 @@ in

  saxon_12-he = common rec {
    pname = "saxon-he";
    version = "12.5";
    version = "12.6";
    jar = "saxon-he-${version}";
    src = fetchurl {
      url = github.downloadUrl version;
      hash = "sha256-NaRnKHkr1M7C/CYtSHd7THm1ze7wPSmB46ZOyzoZ9xY=";
      hash = "sha256-y7ZlfaBhwVVHatnkOjVkpMySjUlR6+7S6v5aCqdOKu4=";
    };
    updateScript = github.updateScript version;
    description = "Processor for XSLT 3.0, XPath 3.1, and XQuery 3.1";