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
commit dee09dee61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {