summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/dysco/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/dysco/package.py')
-rw-r--r--var/spack/repos/builtin/packages/dysco/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/dysco/package.py b/var/spack/repos/builtin/packages/dysco/package.py
index 2bc68d3e2f..48d8e35c2f 100644
--- a/var/spack/repos/builtin/packages/dysco/package.py
+++ b/var/spack/repos/builtin/packages/dysco/package.py
@@ -10,10 +10,10 @@ class Dysco(CMakePackage):
"""Dysco is a compressing storage manager for Casacore mearement sets."""
homepage = "https://github.com/aroffringa/dysco"
- url = "https://github.com/aroffringa/dysco/archive/v1.2.tar.gz"
+ url = "https://github.com/aroffringa/dysco/archive/v1.2.tar.gz"
- version('1.2', sha256='dd992c5a13df67173aa1d3f6dc5df9b51b0bea2fe77bc08f5be7a839be741269')
+ version("1.2", sha256="dd992c5a13df67173aa1d3f6dc5df9b51b0bea2fe77bc08f5be7a839be741269")
- depends_on('casacore')
- depends_on('gsl')
- depends_on('boost+date_time+python+container+exception')
+ depends_on("casacore")
+ depends_on("gsl")
+ depends_on("boost+date_time+python+container+exception")