diff options
author | dlkuehn <dkuehn@iastate.edu> | 2022-04-19 02:29:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 09:29:30 +0200 |
commit | 0c4a866c2e54b875c009b8d149fe3a5167e26c99 (patch) | |
tree | c8b06012b3a9429c44f53a7e5415eef1482b8386 | |
parent | 54e9b6b8fbad1a09f94924cf08191423064e1bf0 (diff) | |
download | spack-0c4a866c2e54b875c009b8d149fe3a5167e26c99.tar.gz spack-0c4a866c2e54b875c009b8d149fe3a5167e26c99.tar.bz2 spack-0c4a866c2e54b875c009b8d149fe3a5167e26c99.tar.xz spack-0c4a866c2e54b875c009b8d149fe3a5167e26c99.zip |
trinotate: add v3.2.2 (#30141)
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
-rw-r--r-- | var/spack/repos/builtin/packages/trinotate/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/trinotate/package.py b/var/spack/repos/builtin/packages/trinotate/package.py index 7fc91f6519..0f6303050e 100644 --- a/var/spack/repos/builtin/packages/trinotate/package.py +++ b/var/spack/repos/builtin/packages/trinotate/package.py @@ -17,6 +17,7 @@ class Trinotate(Package): homepage = "https://trinotate.github.io/" url = "https://github.com/Trinotate/Trinotate/archive/Trinotate-v3.1.1.tar.gz" + version('3.2.2', sha256='1c41258a544cccb332f77b73f7397b457d5f3d7ce0038505369aeecc1e0650c2') version('3.1.1', sha256='f8af0fa5dbeaaf5a085132cd4ac4f4206b05cc4630f0a17a672c586691f03843') depends_on('trinity', type='run') |