adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 10:24:12 +01:00
parent 2452e2f4e2
commit aa6e3e8f4d
GPG key ID: 38751DAE145EFB5A

View file

@ -1724,3 +1724,67 @@ container image format spec (OCI Image Format).")
a lot of metrics about Go scheduler, garbage collector and memory allocator and
send them to NewRelic.")
(license license:bsd-2)))
(define-public go-github-com-stretchr-testify-1.6.1
(package
(name "go-github-com-stretchr-testify")
(version "1.6.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stretchr/testify")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1yhiqqzjvi63pf01rgzx68gqkkvjx03fvl5wk30br5l6s81s090l"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/stretchr/testify"))
(propagated-inputs
`(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c"
,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c)
("go-github-com-stretchr-objx-0.1.0"
,go-github-com-stretchr-objx-0.1.0)
("go-github-com-pmezard-go-difflib-1.0.0"
,go-github-com-pmezard-go-difflib-1.0.0)
("go-github-com-davecgh-go-spew-1.1.0"
,go-github-com-davecgh-go-spew-1.1.0)))
(home-page "https://github.com/stretchr/testify")
(synopsis "Testify - Thou Shalt Write Tests")
(description
"** We are working on testify v2 and would love to hear what you'd like to see in
it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} **
Package testify is a set of packages that provide many tools for testifying that
your code will behave as you intend.")
(license license:expat)))
(define-public go-github-com-stretchr-testify-1.7.0
(package
(name "go-github-com-stretchr-testify")
(version "1.7.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stretchr/testify")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/stretchr/testify"))
(propagated-inputs
`(("go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c"
,go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c)
("go-github-com-stretchr-objx-0.1.0"
,go-github-com-stretchr-objx-0.1.0)
("go-github-com-pmezard-go-difflib-1.0.0"
,go-github-com-pmezard-go-difflib-1.0.0)
("go-github-com-davecgh-go-spew-1.1.0"
,go-github-com-davecgh-go-spew-1.1.0)))
(home-page "https://github.com/stretchr/testify")
(synopsis "Testify - Thou Shalt Write Tests")
(description
"** We are working on testify v2 and would love to hear what you'd like to see in
it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} **
Package testify is a set of packages that provide many tools for testifying that
your code will behave as you intend.")
(license license:expat)))