diff options
author | Alec Scott <hi@alecbcs.com> | 2024-05-06 00:30:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 09:30:13 +0200 |
commit | c0fcccc232fc18d692389647f205cfb3237fc797 (patch) | |
tree | c21c6fed87b9e28d80537d68cd58a4e45d856125 /var | |
parent | 0b2cbfefce02a5e53ca0342db838cb4f0338504b (diff) | |
download | spack-c0fcccc232fc18d692389647f205cfb3237fc797.tar.gz spack-c0fcccc232fc18d692389647f205cfb3237fc797.tar.bz2 spack-c0fcccc232fc18d692389647f205cfb3237fc797.tar.xz spack-c0fcccc232fc18d692389647f205cfb3237fc797.zip |
go: add v1.22.2 (#44013)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/go/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/go/package.py b/var/spack/repos/builtin/packages/go/package.py index 01a3e319a9..08baa20a73 100644 --- a/var/spack/repos/builtin/packages/go/package.py +++ b/var/spack/repos/builtin/packages/go/package.py @@ -41,6 +41,7 @@ class Go(Package): license("BSD-3-Clause") + version("1.22.2", sha256="374ea82b289ec738e968267cac59c7d5ff180f9492250254784b2044e90df5a9") version("1.22.1", sha256="79c9b91d7f109515a25fc3ecdaad125d67e6bdb54f6d4d98580f46799caea321") version("1.22.0", sha256="4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c") version("1.21.6", sha256="124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248") |