diff options
author | Vanessasaurus <814322+vsoch@users.noreply.github.com> | 2024-11-18 15:21:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 14:21:42 -0800 |
commit | 10f6863d919cc1ae3fba0ad5dfc6dc7fcea7dab4 (patch) | |
tree | db3d48fd1323a2a3336f344f65e7cc25c170fe63 | |
parent | 63ea528606d0267fd4ebbd449608ee6f5e08f539 (diff) | |
download | spack-10f6863d919cc1ae3fba0ad5dfc6dc7fcea7dab4.tar.gz spack-10f6863d919cc1ae3fba0ad5dfc6dc7fcea7dab4.tar.bz2 spack-10f6863d919cc1ae3fba0ad5dfc6dc7fcea7dab4.tar.xz spack-10f6863d919cc1ae3fba0ad5dfc6dc7fcea7dab4.zip |
Automated deployment to update package flux-security 2024-11-05 (#47450)
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
-rw-r--r-- | var/spack/repos/builtin/packages/flux-security/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/flux-security/package.py b/var/spack/repos/builtin/packages/flux-security/package.py index 6431578476..79d253cd5a 100644 --- a/var/spack/repos/builtin/packages/flux-security/package.py +++ b/var/spack/repos/builtin/packages/flux-security/package.py @@ -21,6 +21,7 @@ class FluxSecurity(AutotoolsPackage): license("LGPL-3.0-or-later") version("master", branch="master") + version("0.12.0", sha256="2876d1f10c4f898f2ff10d60ddb446af9c8a913dda69f0136d820ad1fdf28a93") version("0.11.0", sha256="d1ef78a871155a252f07e4f0a636eb272d6c2048d5e0e943860dd687c6cf808a") version("0.10.0", sha256="b0f39c5e32322f901454469ffd6154019b6dffafc064b55b3e593f70db6a6f68") version("0.9.0", sha256="2258120c6f32ca0b5b13b166bae56d9bd82a44c6eeaa6bc6187e4a4419bdbcc0") |