summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/es-shell/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/es-shell/package.py')
-rw-r--r--var/spack/repos/builtin/packages/es-shell/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/es-shell/package.py b/var/spack/repos/builtin/packages/es-shell/package.py
index 966f452407..b37dd59885 100644
--- a/var/spack/repos/builtin/packages/es-shell/package.py
+++ b/var/spack/repos/builtin/packages/es-shell/package.py
@@ -14,9 +14,9 @@ class EsShell(AutotoolsPackage):
implementation of rc."""
homepage = "https://wryun.github.io/es-shell/"
- url = "https://github.com/wryun/es-shell/releases/download/v0.9.1/es-0.9.1.tar.gz"
+ url = "https://github.com/wryun/es-shell/releases/download/v0.9.1/es-0.9.1.tar.gz"
- version('0.9.1', sha256='b0b41fce99b122a173a06b899a4d92e5bd3cc48b227b2736159f596a58fff4ba')
+ version("0.9.1", sha256="b0b41fce99b122a173a06b899a4d92e5bd3cc48b227b2736159f596a58fff4ba")
- depends_on('readline')
- depends_on('yacc')
+ depends_on("readline")
+ depends_on("yacc")