From 4b0b7a077a3e2aecf11e9b95fea8047ff6ce5c13 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sun, 24 Dec 2023 19:45:05 +0000
Subject: [PATCH] chore: juggler-v13.0.0

---
 .gitlab-ci.yml | 2 +-
 eic-spack.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06fff6a3b..00d0fee4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
 
   ## Application versions used for the main release 
   ## note: nightly builds will always use the master/main branch
-  JUGGLER_VERSION: "v11.0.0"
+  JUGGLER_VERSION: "v13.0.0"
   EICRECON_VERSION: "v1.9.0"
 
   ## Local registry
diff --git a/eic-spack.sh b/eic-spack.sh
index 41de64bec..055ad44f6 100644
--- a/eic-spack.sh
+++ b/eic-spack.sh
@@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack"
 
 ## EIC spack commit hash or github version, e.g. v0.19.7
 ## note: nightly builds could use a branch e.g. releases/v0.19
-EICSPACK_VERSION="f3e18d6a2273029d16462575fe6cc4f4e1efeee0"
+EICSPACK_VERSION="5d8ba97ea6b021a50aa11e924a55a4726c689d65"
 
 ## Space-separated list of eic-spack cherry-picks
 read -r -d '' EICSPACK_CHERRYPICKS <<- \
-- 
GitLab