diff options
author | Brice Videau <bvideau@anl.gov> | 2022-06-07 09:49:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 08:49:44 -0600 |
commit | 0c664464377ca0a04d1df7f381c2164cb83063e0 (patch) | |
tree | a4f0834360a903b52fd00b25a790ef54e5276e3a | |
parent | 6b4b1dacd9ece22b15c26cae0d467258ea244e4e (diff) | |
download | spack-0c664464377ca0a04d1df7f381c2164cb83063e0.tar.gz spack-0c664464377ca0a04d1df7f381c2164cb83063e0.tar.bz2 spack-0c664464377ca0a04d1df7f381c2164cb83063e0.tar.xz spack-0c664464377ca0a04d1df7f381c2164cb83063e0.zip |
Add py-ytopt-autotune version v1.0.0 (#31015)
-rw-r--r-- | var/spack/repos/builtin/packages/py-ytopt-autotune/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py b/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py index 7c39e4c052..843ca874cd 100644 --- a/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py +++ b/var/spack/repos/builtin/packages/py-ytopt-autotune/package.py @@ -17,6 +17,7 @@ class PyYtoptAutotune(PythonPackage): version('master', branch='master') version('1.1.0', sha256='5ee7fa6a1c83131c5ceba1537b25f00de84182e4d0e6ebd0fd6efa4e8aee1bc4') + version('1.0.0', sha256='13f10594156a7a220561467fdbee52173238ea82c07e8188fdf6584d4524f46f') patch('version.patch', when='@1.1.0') |