summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/notmuch/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/notmuch/package.py')
-rw-r--r--var/spack/repos/builtin/packages/notmuch/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/notmuch/package.py b/var/spack/repos/builtin/packages/notmuch/package.py
index 74f0400150..9527217f06 100644
--- a/var/spack/repos/builtin/packages/notmuch/package.py
+++ b/var/spack/repos/builtin/packages/notmuch/package.py
@@ -13,11 +13,11 @@ class Notmuch(AutotoolsPackage):
"""
homepage = "https://notmuchmail.org/"
- url = "https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz"
+ url = "https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz"
- version('0.23.7', sha256='f11bb10d71945f6c3f16d23117afc70810aa485878e66bb4bf43cc3f08038913')
+ version("0.23.7", sha256="f11bb10d71945f6c3f16d23117afc70810aa485878e66bb4bf43cc3f08038913")
- depends_on('zlib')
- depends_on('talloc')
- depends_on('gmime@2.6:')
- depends_on('xapian-core')
+ depends_on("zlib")
+ depends_on("talloc")
+ depends_on("gmime@2.6:")
+ depends_on("xapian-core")