From 0477867dc7f42f5238492396f51f71de84e71eb3 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 11 Jul 2023 01:06:32 +0000
Subject: [PATCH] chore: spack-0.20.1

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

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