diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-17 14:09:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 14:09:08 -0600 |
commit | aeb6c63ea6fb29bb324e4a9bb6d3e30a628fc951 (patch) | |
tree | c8a55737c852ca73c1c6b11e58c411a547a02bb3 /var | |
parent | 733c6767f5e20d2e88b744a7d02e88e02c7f0b93 (diff) | |
download | spack-aeb6c63ea6fb29bb324e4a9bb6d3e30a628fc951.tar.gz spack-aeb6c63ea6fb29bb324e4a9bb6d3e30a628fc951.tar.bz2 spack-aeb6c63ea6fb29bb324e4a9bb6d3e30a628fc951.tar.xz spack-aeb6c63ea6fb29bb324e4a9bb6d3e30a628fc951.zip |
add version 0.4.2 to r-labeling (#21063)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-labeling/package.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-labeling/package.py b/var/spack/repos/builtin/packages/r-labeling/package.py index 1f310c124d..5b598c519f 100644 --- a/var/spack/repos/builtin/packages/r-labeling/package.py +++ b/var/spack/repos/builtin/packages/r-labeling/package.py @@ -7,10 +7,13 @@ from spack import * class RLabeling(RPackage): - """Provides a range of axis labeling algorithms.""" + """Axis Labeling + + Provides a range of axis labeling algorithms.""" homepage = "https://cloud.r-project.org/package=labeling" url = "https://cloud.r-project.org/src/contrib/labeling_0.3.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/labeling" + version('0.4.2', sha256='e022d79276173e0d62bf9e37d7574db65ab439eb2ae1833e460b1cff529bd165') version('0.3', sha256='0d8069eb48e91f6f6d6a9148f4e2dc5026cabead15dd15fc343eff9cf33f538f') |