From 63a431de12c542e080ff0b057bf33b0118b8ea0f Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 25 Dec 2023 03:36:05 +0000
Subject: [PATCH] chore: acts-31.2.0

---
 .gitlab-ci.yml                  | 2 +-
 spack-environment/packages.yaml | 2 +-
 spack.sh                        | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00d0fee4e..9eb758b22 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: "v13.0.0"
-  EICRECON_VERSION: "v1.9.0"
+  EICRECON_VERSION: "v1.9.1"
 
   ## Local registry
   CI_PUSH: 1
diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index ccf8b3121..9331e9e7c 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -17,7 +17,7 @@ packages:
     - any_of: [build_type=Release, '@:']
   acts:
     require:
-    - '@30.3.2'
+    - '@31.2.0'
     - cxxstd=20 +binaries +dd4hep +examples +fatras +geant4 +identification +json +python +tgeo
   actsvg:
     require:
diff --git a/spack.sh b/spack.sh
index 5d791120b..7b60d4016 100644
--- a/spack.sh
+++ b/spack.sh
@@ -23,6 +23,7 @@ b111064e221aae83e62226672cd8bf9a7524423d
 c07ddf83c32b7129247fe90eed486dd844047087
 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7
 64cf67822471ec2d3df2625a6d713f80cbe7ff43
+7a0c4e8017033430e5f15ed628be6b539e935ba9
 ---
 ## Ref: https://github.com/spack/spack/commit/[hash]
 ## [hash]: [description]
@@ -41,3 +42,4 @@ c07ddf83c32b7129247fe90eed486dd844047087
 ## c07ddf83c32b7129247fe90eed486dd844047087: py-torch: set env OpenBLAS_HOME
 ## 00875fbc749a7e4e979c35d59c0a8d60d32d4cd7: py-torch: patch for ${OpenBLAS_HOME}/include/openblas
 ## 64cf67822471ec2d3df2625a6d713f80cbe7ff43: py-torch: move patch before def patch
+## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.*
\ No newline at end of file
-- 
GitLab