adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 16:00:31 +01:00
parent 91f496f5ee
commit 203b9caa45
GPG key ID: 38751DAE145EFB5A

View file

@ -2863,3 +2863,26 @@ transformations, and locale-specific text handling.")
"This repository holds supplemental Go packages for low-level interactions with
the operating system.")
(license license:bsd-3)))
(define-public go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2
(package
(name "go-golang-org-x-crypto")
(version "0.0.0-20190308221718-c2843e01d9a2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/crypto")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "01xgxbj5r79nmisdvpq48zfy8pzaaj90bn6ngd4nf33j9ar1dp8r"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/crypto"))
(propagated-inputs
`(("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a"
,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a)))
(home-page "https://golang.org/x/crypto")
(synopsis "Go Cryptography")
(description
"This repository holds supplementary Go cryptography libraries.")
(license license:bsd-3)))