From f409a39a0ffa28bc6b7d3dfddecbd2121b4bd984 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sat, 18 Nov 2023 17:03:39 -0600 Subject: [PATCH] geant4: new version 11.1.3.east (#584) ### Briefly, what does this PR introduce? New version upstream, and east patch applied in the eic fork. --- packages/geant4/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/geant4/package.py b/packages/geant4/package.py index 0ff457d8..d7e62679 100644 --- a/packages/geant4/package.py +++ b/packages/geant4/package.py @@ -4,6 +4,7 @@ class Geant4(BuiltinGeant4): ## Versions with the eAST physics list + version("11.1.3.east", git="https://github.com/eic/geant4", branch="east-v11.1.3") version("11.1.2.east", git="https://github.com/eic/geant4", branch="east-v11.1.2") version("11.1.1.east", git="https://github.com/eic/geant4", branch="east-v11.1.1")