From 7346a9005c3292a502a0ff5edef1078c511b9d88 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 28 Nov 2023 16:29:41 +0000
Subject: [PATCH] chore: podio-0.17.3

---
 eic-spack.sh                    | 2 +-
 spack-environment/packages.yaml | 4 ++--
 spack.sh                        | 5 ++++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/eic-spack.sh b/eic-spack.sh
index 181b67996..8ddecc9ba 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="78232e0ec97a35cfb2b67f94a83a61175f761414"
+EICSPACK_VERSION="0e3d1039aae23cce3f1618bef7ff60bc18fa1222"
 
 ## Space-separated list of eic-spack cherry-picks
 read -r -d '' EICSPACK_CHERRYPICKS <<- \
diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index b4df0b066..1086d1f11 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -147,7 +147,7 @@ packages:
     - '@0.18'
   jana2:
     require:
-    - '@2.1.1'
+    - '@2.1.2'
     - -ipo +podio +root +zmq
   lcov:
     require:
@@ -193,7 +193,7 @@ packages:
     - '@1.0.0'
   podio:
     require:
-    - '@0.16.7'
+    - '@0.17.3'
     - cxxstd=20
   prmon:
     require:
diff --git a/spack.sh b/spack.sh
index e089a7722..8603a7eca 100644
--- a/spack.sh
+++ b/spack.sh
@@ -57,6 +57,8 @@ f709518916ffe11588cffa3a5821c1e49e94b8d2
 bd58801415dc0acebfd7368f66c43e50563a9891
 e1373d5408170047626583916db02911585c133a
 a65f13f79f617b6aa0b235aa5db612473b6d8c0e
+ed8ecc469e7b87842a876323878831e301f136a2
+4991a60eacb5df289383f755e40702b720ed0513
 ---
 ## Ref: https://github.com/spack/spack/commit/[hash]
 ## [hash]: [description]
@@ -113,4 +115,5 @@ a65f13f79f617b6aa0b235aa5db612473b6d8c0e
 ## e1373d5408170047626583916db02911585c133a: dd4hep: make sure to find libraries correctly
 ## // a095c8113d5065bcb3d529269bc1de268df6791f: dd4hep: Add tag for version 1.27
 ## a65f13f79f617b6aa0b235aa5db612473b6d8c0e: root: add latest available tag
-
+## ed8ecc469e7b87842a876323878831e301f136a2: podio: Add the latest tag (0.17.2)
+## 4991a60eacb5df289383f755e40702b720ed0513: podio: Add latest tag 0.17.3
-- 
GitLab