adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 12:48:43 +01:00
parent 32dd836edc
commit 2d5f028046
GPG key ID: 38751DAE145EFB5A

View file

@ -2273,3 +2273,24 @@ be used in open source or commercial projects.")
(synopsis "YAML support for the Go language") (synopsis "YAML support for the Go language")
(description "Package yaml implements YAML support for the Go language.") (description "Package yaml implements YAML support for the Go language.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15
(package
(name "go-gopkg-in-check-v1")
(version "1.0.0-20190902080502-41f04d3bba15")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gopkg.in/check.v1")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy"))))
(build-system go-build-system)
(arguments
'(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1"))
(home-page "https://gopkg.in/check.v1")
(synopsis "Instructions")
(description
"Package check is a rich testing extension for Go's testing package.")
(license license:bsd-2)))