summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorRobert Mijakovic <robert.mijakovic@gmail.com>2021-05-19 18:19:22 +0200
committerGitHub <noreply@github.com>2021-05-19 10:19:22 -0600
commit9e3cb78fb1aedfc4af853673f70eb553f3c55f90 (patch)
tree6d2c22f858345cca293e462b6c728f010485602a /var
parent46a1e0613e4a52a8c42907f7f31bc6d7464282e4 (diff)
downloadspack-9e3cb78fb1aedfc4af853673f70eb553f3c55f90.tar.gz
spack-9e3cb78fb1aedfc4af853673f70eb553f3c55f90.tar.bz2
spack-9e3cb78fb1aedfc4af853673f70eb553f3c55f90.tar.xz
spack-9e3cb78fb1aedfc4af853673f70eb553f3c55f90.zip
singularity: add v3.7.3 (#23782)
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/singularity/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/singularity/package.py b/var/spack/repos/builtin/packages/singularity/package.py
index f508f2558f..ceb75a6644 100644
--- a/var/spack/repos/builtin/packages/singularity/package.py
+++ b/var/spack/repos/builtin/packages/singularity/package.py
@@ -30,6 +30,7 @@ class Singularity(MakefilePackage):
maintainers = ['alalazo']
version('master', branch='master')
+ version('3.7.3', sha256='6667eb8875d2b66d73504f40c956b42b1351744f488d164204376215d885da5c')
version('3.7.2', sha256='36916222e26fb934404f0766e0ff368edac36d7fc31ca571f5f609466609066b')
version('3.7.1', sha256='82d2c65063560195ec34551931be3c325b95e8e2009e92755fd7daad346e083c')
version('3.7.0', sha256='fb96aaf5f462a56a4a5bd2951287bcbbefe8cf543e228e4e955428f386a8d478')