adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 08:48:11 +01:00
parent 23c1927739
commit 4cc49bac32
GPG key ID: 38751DAE145EFB5A

View file

@ -187,10 +187,10 @@
(commit "a308dd1a664a0bf01ff74b39c69d07442c7fac4f")
))
(sha256 (base32 "0k2fkwlvp72vh07a7m1sdzj1f3zml9y5mligzhnscs7zzlv5s28j"))
)
(modules '((srfi srfi-26)))
(snippet
'(call-with-output-file "VERSION" (cut display version <>))
(modules '((srfi srfi-26)))
(snippet
'(call-with-output-file "VERSION" (cut display version <>))
)
)
)
(home-page "https://apptainer.org/")
@ -287,11 +287,6 @@
)
)
)
(add-before 'configure 'set-version
(lambda* (#:key input #:allow-other-keys)
(invoke "echo" "'1.0.1' > VERSION")
)
)
)
)
)