diff --git a/docs/Reference/module_versions.md b/docs/Reference/module_versions.md index a94fc47a2..4edbce36d 100644 --- a/docs/Reference/module_versions.md +++ b/docs/Reference/module_versions.md @@ -36,7 +36,7 @@ pinned commit. | Module | Role | Pin | Docs | |--------|------|-----|------| | AGNI | Radiative-convective atmosphere (Julia) | [![AGNI](https://img.shields.io/badge/AGNI-8a494d7c-green)](https://github.com/nichollsh/AGNI/commit/8a494d7c74db78163eba7354d78d1389e6f63072){target="_blank" rel="noopener"} | [Docs](https://www.h-nicholls.space/AGNI/) | -| SOCRATES | Spectral radiative transfer (Fortran) | [![SOCRATES](https://img.shields.io/badge/SOCRATES-43b86d4d-green)](https://github.com/FormingWorlds/SOCRATES/commit/43b86d4d46dcb1fa2e94fb24b9246421a03a9acb){target="_blank" rel="noopener"} | [Docs](https://proteus-framework.org/SOCRATES/) | +| SOCRATES | Spectral radiative transfer (Fortran) | [![SOCRATES](https://img.shields.io/badge/SOCRATES-c3296586-green)](https://github.com/FormingWorlds/SOCRATES/commit/c32965865c2c6bb1ba27b94e958a36982d74b0bf){target="_blank" rel="noopener"} | [Docs](https://proteus-framework.org/SOCRATES/) | | SPIDER | Interior evolution (C, requires PETSc) | [![SPIDER](https://img.shields.io/badge/SPIDER-c9a3fd43-green)](https://github.com/FormingWorlds/SPIDER/commit/c9a3fd4301c7008291d4f4921506d36b6288f8ca){target="_blank" rel="noopener"} | [Docs](https://proteus-framework.org/SPIDER/) | diff --git a/pyproject.toml b/pyproject.toml index 2e9027594..482ada2e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -284,7 +284,7 @@ ref = "8a494d7c74db78163eba7354d78d1389e6f63072" # under socrates/ by tools/get_socrates.sh; the build output is what # the AGNI / JANUS atmosphere modules link against at runtime. url = "https://github.com/FormingWorlds/SOCRATES.git" -ref = "43b86d4d46dcb1fa2e94fb24b9246421a03a9acb" +ref = "c32965865c2c6bb1ba27b94e958a36982d74b0bf" [tool.proteus.modules.spider] # Interior thermal evolution module (C, requires PETSc). Cloned and