summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <white238@llnl.gov>2022-06-28 18:22:09 -0700
committerGitHub <noreply@github.com>2022-06-29 01:22:09 +0000
commit0de44a20f67716f35034f013a72f30ffcc329f31 (patch)
tree327f6f01a0aa20154bd919844a4bffabc0e3b5ee
parent62cac911e0c37c304011d8f886e87babe68d4d70 (diff)
downloadspack-0de44a20f67716f35034f013a72f30ffcc329f31.tar.gz
spack-0de44a20f67716f35034f013a72f30ffcc329f31.tar.bz2
spack-0de44a20f67716f35034f013a72f30ffcc329f31.tar.xz
spack-0de44a20f67716f35034f013a72f30ffcc329f31.zip
py-ats: Add new version (#31350)
* add new py-ats version * fix copyright date
-rw-r--r--var/spack/repos/builtin/packages/py-ats/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-ats/package.py b/var/spack/repos/builtin/packages/py-ats/package.py
index 0c0a119ad3..0cae316d86 100644
--- a/var/spack/repos/builtin/packages/py-ats/package.py
+++ b/var/spack/repos/builtin/packages/py-ats/package.py
@@ -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')