diff options
author | Vanessasaurus <814322+vsoch@users.noreply.github.com> | 2023-05-19 13:07:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 12:07:57 -0700 |
commit | b3dfe136702c713a70e9f34b6a7ec41b0859b03e (patch) | |
tree | 3bd18df65d6b928f94f3dd685a894d2cf4dd954f /var | |
parent | 6358e84b48aa35583687d08b2ac6417528b555ba (diff) | |
download | spack-b3dfe136702c713a70e9f34b6a7ec41b0859b03e.tar.gz spack-b3dfe136702c713a70e9f34b6a7ec41b0859b03e.tar.bz2 spack-b3dfe136702c713a70e9f34b6a7ec41b0859b03e.tar.xz spack-b3dfe136702c713a70e9f34b6a7ec41b0859b03e.zip |
Automated deployment to update package flux-security 2023-05-16 (#37696)
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Diffstat (limited to 'var')
-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 e85528618f..f8c5c45933 100644 --- a/var/spack/repos/builtin/packages/flux-security/package.py +++ b/var/spack/repos/builtin/packages/flux-security/package.py @@ -20,6 +20,7 @@ class FluxSecurity(AutotoolsPackage): maintainers("grondo") version("master", branch="master") + version("0.9.0", sha256="2258120c6f32ca0b5b13b166bae56d9bd82a44c6eeaa6bc6187e4a4419bdbcc0") version("0.8.0", sha256="9963628063b4abdff6bece03208444c8f23fbfda33c20544c48b21e9f4819ce2") # Need autotools when building on master: |