py-cf-units: Add new version (#16446)

Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
This commit is contained in:
Elizabeth Fischer 2020-05-04 17:53:12 -04:00 committed by GitHub
parent e808a52176
commit 43d2c7f3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class PyCfUnits(PythonPackage):
git = "https://github.com/SciTools/cf-units.git"
version('master', branch='master')
version('2.1.4', sha256='25f81ad994af30713ee8f5ef18ffddd83c6ec1ac308e1bd89d45de9d2e0f1c31')
version('2.1.1', sha256='fa0ef8efd84546e61088aa23e76ebbaf7043167dc3a7f35f34549c234b543530')
depends_on('python@3:', type=('build', 'run'))