summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorKelly (KT) Thompson <KineticTheory@users.noreply.github.com>2020-04-22 15:34:58 -0600
committerGitHub <noreply@github.com>2020-04-22 16:34:58 -0500
commit650745746af7c7e2160c6552926d301453e1e8e0 (patch)
tree9e267a0378b8e70c3ca8b29bc0fcfbe548638720 /var
parentec23e4ffe5af7f59c1cb7ad3c5485e83379f5a23 (diff)
downloadspack-650745746af7c7e2160c6552926d301453e1e8e0.tar.gz
spack-650745746af7c7e2160c6552926d301453e1e8e0.tar.bz2
spack-650745746af7c7e2160c6552926d301453e1e8e0.tar.xz
spack-650745746af7c7e2160c6552926d301453e1e8e0.zip
Provide new version 0.6.10. (#16240)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-cmake-format/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-cmake-format/package.py b/var/spack/repos/builtin/packages/py-cmake-format/package.py
index a8f6f86229..b300b97379 100644
--- a/var/spack/repos/builtin/packages/py-cmake-format/package.py
+++ b/var/spack/repos/builtin/packages/py-cmake-format/package.py
@@ -14,6 +14,7 @@ class PyCmakeFormat(PythonPackage):
homepage = "https://pypi.python.org/pypi/cmake-format"
url = "https://pypi.io/packages/source/c/cmake_format/cmake_format-0.6.9.tar.gz"
+ version('0.6.10', sha256='82f0ef16236225cb43f45bfb6983ef7f6f72634727a1a6c26290402527bdd793')
version('0.6.9', sha256='b2f8bf2e9c6651126f2f2954b7803222b0faf6b8649eabc4d965ea97483a4d20')
depends_on('py-setuptools', type=('build', 'run'))