adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:57:24 +01:00
parent 52c85ec940
commit bd360f78b0
GPG key ID: 38751DAE145EFB5A

View file

@ -2820,3 +2820,25 @@ log format")
(synopsis "Example") (synopsis "Example")
(description "Go client for @url{https://apex.sh/logs/,Apex Logs}.") (description "Go client for @url{https://apex.sh/logs/,Apex Logs}.")
(license license:expat))) (license license:expat)))
(define-public go-golang-org-x-text-0.3.0
(package
(name "go-golang-org-x-text")
(version "0.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/text")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/text"))
(home-page "https://golang.org/x/text")
(synopsis "Go Text")
(description
"text is a repository of text-related packages related to internationalization
(i18n) and localization (l10n), such as character encodings, text
transformations, and locale-specific text handling.")
(license license:bsd-3)))