summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-annotationfilter/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-annotationfilter/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-annotationfilter/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-annotationfilter/package.py b/var/spack/repos/builtin/packages/r-annotationfilter/package.py
index 2705074a7a..ba5ae683ad 100644
--- a/var/spack/repos/builtin/packages/r-annotationfilter/package.py
+++ b/var/spack/repos/builtin/packages/r-annotationfilter/package.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
@@ -7,7 +7,7 @@ from spack import *
class RAnnotationfilter(RPackage):
- """Facilities for Filtering Bioconductor Annotation Resources.
+ """Facilities for Filtering Bioconductor Annotation Resources
This package provides class and other infrastructure to implement
filters for manipulating Bioconductor annotation resources. The filters
@@ -16,6 +16,7 @@ class RAnnotationfilter(RPackage):
homepage = "https://bioconductor.org/packages/AnnotationFilter"
git = "https://git.bioconductor.org/packages/AnnotationFilter.git"
+ version('1.14.0', commit='6ee3a13ed93a535ed452cbc8c118151a2cbb732c')
version('1.8.0', commit='9bf70ead899e32e84e2908f2b29cd38250d2d1ed')
version('1.6.0', commit='fa40a7e17e93fac9e85091ff93f256adf145dec3')
version('1.4.0', commit='acbd3309f478843a7899bd9773af5f19f986b829')