adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 11:09:38 +01:00
parent 74703f4562
commit 68284dd1f7
GPG key ID: 38751DAE145EFB5A

View file

@ -2041,3 +2041,37 @@ transformations, and locale-specific text handling.")
"This subrepository holds the source for various packages and tools that support "This subrepository holds the source for various packages and tools that support
the Go programming language.") the Go programming language.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-sirupsen-logrus-1.4.2
(package
(name "go-github-com-sirupsen-logrus")
(version "1.4.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sirupsen/logrus")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/sirupsen/logrus"))
(propagated-inputs
`(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894"
,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894)
("go-github-com-stretchr-testify-1.2.2"
,go-github-com-stretchr-testify-1.2.2)
("go-github-com-stretchr-objx-0.1.1"
,go-github-com-stretchr-objx-0.1.1)
("go-github-com-pmezard-go-difflib-1.0.0"
,go-github-com-pmezard-go-difflib-1.0.0)
("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1"
,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1)
("go-github-com-davecgh-go-spew-1.1.1"
,go-github-com-davecgh-go-spew-1.1.1)))
(home-page "https://github.com/sirupsen/logrus")
(synopsis "Logrus")
(description
"Package logrus is a structured logger for Go, completely API compatible with the
standard library logger.")
(license license:expat)))