adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-23 16:48:40 +01:00
parent 00931c64a6
commit 422a7a33f8
GPG key ID: 38751DAE145EFB5A

View file

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