From 19257180548afdde4d9583b0787659ecd873a157 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sun, 18 Sep 2022 23:21:37 +0000
Subject: [PATCH] chore: update to geant4@11.0.3

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acbe6b682..a4bd6857a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ variables:
   ## 8bdc5065792c185be9934ab0c2a5b087b8845bd1: emacs: Add option to install version 28.1
 
   ## Spack github version, e.g. v0.18 branch, v0.18.1 tag, or commit hash
-  EICSPACK_VERSION: "v0.18.11"
+  EICSPACK_VERSION: "v0.18.12"
   ## Space-separated list of eic-spack cherry-picks
   EICSPACK_CHERRYPICKS: "" 
 
diff --git a/spack.yaml b/spack.yaml
index 84988ae04..b60165d76 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -17,7 +17,7 @@ spack:
     - fastjet@3.3.4
     - fmt@8.1.1 +shared cxxstd=17
     - gaudi@36.7 +optional
-    - geant4@11.0.2 cxxstd=17 +opengl +vecgeom +x11 +qt +threads
+    - geant4@11.0.3 cxxstd=17 +opengl +vecgeom +x11 +qt +threads
     - genfit@2.00.00
     - hepmc3@3.2.4 +python +rootio 
     - heppdt@2.06.01
-- 
GitLab