mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
4aa26bbd0b
commit
ce7bfebc08
1 changed files with 27 additions and 0 deletions
|
@ -1897,3 +1897,30 @@ be used in open source or commercial projects.")
|
|||
(description
|
||||
"Package check is a rich testing extension for Go's testing package.")
|
||||
(license license:bsd-2)))
|
||||
(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2
|
||||
(package
|
||||
(name "go-golang-org-x-crypto")
|
||||
(version "0.0.0-20210322153248-0c34fe9e7dc2")
|
||||
(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 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "golang.org/x/crypto"))
|
||||
(propagated-inputs
|
||||
`(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1"
|
||||
,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1)
|
||||
("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68"
|
||||
,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68)
|
||||
("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110"
|
||||
,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110)))
|
||||
(home-page "https://golang.org/x/crypto")
|
||||
(synopsis "Go Cryptography")
|
||||
(description
|
||||
"This repository holds supplementary Go cryptography libraries.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Add table
Reference in a new issue