Unverified Commit dee09dee authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #243542 from sents/cytoscape_update_jdk

cytoscape: Dependency openjdk11 -> openjdk17
parents 220547d1 8a6d5acb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39250,7 +39250,7 @@ with pkgs;
  convertall = qt5.callPackage ../applications/science/misc/convertall { };
  cytoscape = callPackage ../applications/science/misc/cytoscape {
    jre = openjdk11;
    jre = openjdk17;
  };
  faiss = callPackage ../development/libraries/science/math/faiss {