From 40c8ac0c53db84d038de49c6800c8f14af9e2c09 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sun, 10 Dec 2023 23:20:45 +0000
Subject: [PATCH] chore: epic-eic-23.12.0, eicrecon-1.9.0

---
 .gitlab-ci.yml | 2 +-
 detectors.yaml | 7 ++-----
 eic-spack.sh   | 2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab717018b..0ba6cf93f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ variables:
   ## Application versions used for the main release 
   ## note: nightly builds will always use the master/main branch
   JUGGLER_VERSION: "v11.0.0"
-  EICRECON_VERSION: "v1.8.0"
+  EICRECON_VERSION: "v1.9.0"
 
   ## Local registry
   CI_PUSH: 1
diff --git a/detectors.yaml b/detectors.yaml
index 78a9c1b50..ec6b0ad4b 100644
--- a/detectors.yaml
+++ b/detectors.yaml
@@ -5,11 +5,6 @@ detectors:
       version: main
     main:
       version: main
-    23.06.0:
-      version: 23.06.0
-      patches:
-      - https://github.com/eic/epic/pull/449.patch
-      - https://github.com/eic/epic/pull/520.patch
     23.06.1:
       version: 23.06.1
       patches:
@@ -43,3 +38,5 @@ detectors:
       version: 23.10.0
     23.11.0:
       version: 23.11.0
+    23.12.0:
+      version: 23.12.0
diff --git a/eic-spack.sh b/eic-spack.sh
index 8ddecc9ba..318a65c94 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="0e3d1039aae23cce3f1618bef7ff60bc18fa1222"
+EICSPACK_VERSION="fd2dfe268c913cee75ba14725369cddf7555e00a"
 
 ## Space-separated list of eic-spack cherry-picks
 read -r -d '' EICSPACK_CHERRYPICKS <<- \
-- 
GitLab