From 5542c016a49975e4bdd93c05eb8f0f85169e47bb Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 20 Apr 2024 12:04:52 +0000
Subject: [PATCH] chore: pythia8-8.311

---
 spack-environment/packages.yaml | 2 +-
 spack.sh                        | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 3b72f5a2a..035faaa5a 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -233,7 +233,7 @@ packages:
     - +plot
   pythia8:
     require:
-    - '@8.310'
+    - '@8.311'
     - +fastjet +root
   python:
     require:
diff --git a/spack.sh b/spack.sh
index 15a564be1..e67cb0e59 100644
--- a/spack.sh
+++ b/spack.sh
@@ -59,6 +59,7 @@ ba753ac380ef7f2a626a00fd15612913fb21ac4c
 9ffe1799346fce7615eb03483545a08d7023b2ce
 e8ae9a403ca7db7738d36bf41bf99977b9c88a84
 5a52780f7cf09973c431f89713db1c571ddd2ccc
+28d02dff6090b72e070c5b9497cd1f4372b4723f
 ---
 ## Optional hash table with comma-separated file list
 read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
@@ -121,3 +122,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
 ## 9ffe1799346fce7615eb03483545a08d7023b2ce: acts: fix self-referential dependencies
 ## e8ae9a403ca7db7738d36bf41bf99977b9c88a84: acts: depends_on py-onnxruntime when +onnx for @23.3:
 ## 5a52780f7cf09973c431f89713db1c571ddd2ccc: acts: new version 33.1.0
+## 28d02dff6090b72e070c5b9497cd1f4372b4723f: pythia8: new version 8.311
-- 
GitLab