Provide new version 0.6.10. (#16240)

This commit is contained in:
Kelly (KT) Thompson 2020-04-22 15:34:58 -06:00 committed by GitHub
parent ec23e4ffe5
commit 650745746a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))