Skip to content

Commit

Permalink
add eicrecon 1.6.2 (#565)
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 #__)
- [x] 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?

---------

Co-authored-by: Wouter Deconinck <[email protected]>
  • Loading branch information
veprbl and wdconinc authored Nov 1, 2023
1 parent 233b5cd commit ec61770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eicrecon/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ class Eicrecon(CMakePackage):
maintainers = ["wdconinc"]

version("main", branch="main")
version(
"1.6.2",
sha256="725d53bc4527486fd15d600b1bd329228502ef83c0ff118cc4600eac7cc2d148",
)
version(
"1.6.0",
sha256="f099e4ad400b617f597ca7e1869b9fc5fb2ec6ab13af7dd66972b16ae194106d",
Expand Down

0 comments on commit ec61770

Please sign in to comment.