py-ats: Add new version (#31350)
* add new py-ats version * fix copyright date
This commit is contained in:
parent
62cac911e0
commit
0de44a20f6
@ -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.
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
@ -17,6 +17,7 @@ class PyAts(PythonPackage):
|
|||||||
maintainers = ['white238']
|
maintainers = ['white238']
|
||||||
|
|
||||||
version('main', branch='main')
|
version('main', branch='main')
|
||||||
|
version('7.0.105', tag='7.0.105')
|
||||||
version('7.0.100', tag='7.0.100')
|
version('7.0.100', tag='7.0.100')
|
||||||
version('7.0.5', tag='7.0.5')
|
version('7.0.5', tag='7.0.5')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user