From 419d40d4f31670fe49bd2ca50a590d993f93bfea Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 6 Dec 2023 14:10:02 +0000
Subject: [PATCH] chore: spack-0.21.0

---
 spack.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spack.sh b/spack.sh
index 9e46b3cf3..ef841a313 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.20.1"
+SPACK_VERSION="v0.21.0"
 
 ## Space-separated list of spack cherry-picks
 read -r -d '' SPACK_CHERRYPICKS <<- \
-- 
GitLab