Skip to content

Commit

Permalink
jana2: add 2.2.1-rc1 (#633)
Browse files Browse the repository at this point in the history
### 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?
  • Loading branch information
nathanwbrei committed May 13, 2024
1 parent 2ebf5fc commit 873b012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jana2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 873b012

Please sign in to comment.