Commit 8a6d5acb authored by Finn Krein's avatar Finn Krein
Browse files

cytoscape: Dependency openjdk11 -> openjdk17

parent a4ffd00f
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 {