Merge pull request #243542 from sents/cytoscape_update_jdk

cytoscape: Dependency openjdk11 -> openjdk17
This commit is contained in:
Nick Cao
2023-07-14 18:23:42 -06:00
committed by GitHub
+1 -1
View File
@@ -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 {