From 873b01281d2114b96f87b0b47e64c5ec1f867a95 Mon Sep 17 00:00:00 2001 From: Nathan Brei Date: Mon, 13 May 2024 08:09:05 -0400 Subject: [PATCH] jana2: add 2.2.1-rc1 (#633) ### Briefly, what does this PR introduce? ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? ### Does this PR change default behavior? --- packages/jana2/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jana2/package.py b/packages/jana2/package.py index 66f3f6f..9430137 100644 --- a/packages/jana2/package.py +++ b/packages/jana2/package.py @@ -19,6 +19,7 @@ class Jana2(CMakePackage, CudaPackage): tags = ["eic"] version("master", branch="master") + version("2.2.1-rc1", sha256="7b65ce967d9c0690e22f4450733ead4acebf8fa510f792e0e4a6def14fb739b1") version("2.2.0", sha256="60940e182593dafddaa76d582d3270ac47694fa3f20257493e1017b34f624ba9") version("2.1.2", sha256="81b5b323289113d0fe666927afa3f81e76b3fcee0df7bff2c3fc1cb72fb240ce") version(