summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-labeling/package.py5
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')