summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/r-goplot/package.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-goplot/package.py b/var/spack/repos/builtin/packages/r-goplot/package.py
index 3d8e351cb6..f9b86de5bd 100644
--- a/var/spack/repos/builtin/packages/r-goplot/package.py
+++ b/var/spack/repos/builtin/packages/r-goplot/package.py
@@ -2,7 +2,6 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
-
from spack import *
@@ -27,4 +26,4 @@ class RGoplot(RPackage):
depends_on('r-ggplot2@2.0.0:', type=('build', 'run'))
depends_on('r-ggdendro@0.1-17:', type=('build', 'run'))
depends_on('r-gridextra@2.0.0:', type=('build', 'run'))
- depends_on('r-rcolorbrewer@1.1.2:', type=('build', 'run'))
+ depends_on('r-rcolorbrewer@1.1-2:', type=('build', 'run'))