From d4003423b4b920e65ca44bb0cd32b47b502e695b Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 20 Feb 2025 02:17:32 +0000 Subject: [PATCH] chore: spack-0.23.1 --- spack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack.sh b/spack.sh index 1adea3fda..523556df5 100644 --- a/spack.sh +++ b/spack.sh @@ -3,7 +3,7 @@ SPACK_ORGREPO="spack/spack" ## Spack github version, e.g. v0.18.1 or commit hash ## note: nightly builds will use e.g. releases/v0.19 -SPACK_VERSION="v0.23.0" +SPACK_VERSION="v0.23.1" ## Space-separated list of spack cherry-picks read -r -d '' SPACK_CHERRYPICKS <<- \ -- GitLab