apptainer: new versions 1.1.6, 1.1.7 (#36838)

* apptainer: new versions 1.0.6, 1.0.7

No changes to build system required. https://github.com/apptainer/apptainer/compare/v1.1.5...v1.1.7

* apptainer: rm hanging chad
This commit is contained in:
Wouter Deconinck 2023-04-16 20:51:06 -05:00 committed by GitHub
parent d22fa1be19
commit 508cad0bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class Apptainer(SingularityBase):
Needs post-install chmod/chown steps to enable full functionality.
See package definition or `spack-build-out.txt` build log for details,
e.g.::
e.g.:
tail -15 $(spack location -i apptainer)/.spack/spack-build-out.txt
"""
@ -27,7 +27,8 @@ class Apptainer(SingularityBase):
git = "https://github.com/apptainer/apptainer.git"
version("main", branch="main")
version("1.1.7", sha256="e6d3956a26c3965703402e17f153ba07f59bf710068806462b314d2d04e825e7")
version("1.1.6", sha256="5f32d305279a51ce8bdbe69e733c4ac12b1efdcb77758fab8ec9463e96a8fd82")
version("1.1.5", sha256="3eadb26b6656a89a111abe29c7e50eab0023e9a8718f1e77e46ca871398bfa67")
version("1.1.4", sha256="b1ab9d5842002803e66da8f456ee00f352ea2bb43436d5b668f19ef7475ed4a5")
version("1.1.3", sha256="c7bf7f4d5955e1868739627928238d02f94ca9fd0caf110b0243d65548427899")