adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 16:45:26 +01:00
parent 9cf0fa2de3
commit bebb78c93e
GPG key ID: 38751DAE145EFB5A

View file

@ -221,7 +221,7 @@
)
(add-before 'configure
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" version ">" "VERSION")
(invoke "echo" "1.1.0" ">" "VERSION")
)
)
)