adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 13:04:07 +01:00
parent c76f170a10
commit f84e586087
GPG key ID: 38751DAE145EFB5A

View file

@ -2429,3 +2429,31 @@ SDK.")
entries at a given size or interval, useful for cases such as batching log
events.")
(license license:expat)))
(define-public go-github-com-tj-assert-0.0.3
(package
(name "go-github-com-tj-assert")
(version "0.0.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tj/assert")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/tj/assert"))
(propagated-inputs
`(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c"
,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c)
("go-github-com-stretchr-testify-1.6.1"
,go-github-com-stretchr-testify-1.6.1)
("go-github-com-davecgh-go-spew-1.1.1"
,go-github-com-davecgh-go-spew-1.1.1)))
(home-page "https://github.com/tj/assert")
(synopsis "assert")
(description
"Package assert implements the same assertions as the `assert` package but stops
test execution when a test fails.")
(license license:expat)))