py-ats: Add new version (#31350)

* add new py-ats version

* fix copyright date
This commit is contained in:
Chris White
2022-06-28 18:22:09 -07:00
committed by GitHub
parent 62cac911e0
commit 0de44a20f6

View File

@@ -1,4 +1,4 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
@@ -17,6 +17,7 @@ class PyAts(PythonPackage):
maintainers = ['white238']
version('main', branch='main')
version('7.0.105', tag='7.0.105')
version('7.0.100', tag='7.0.100')
version('7.0.5', tag='7.0.5')