adding apptainer 1.0.1

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

View file

@ -1788,3 +1788,26 @@ 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 Package testify is a set of packages that provide many tools for testifying that
your code will behave as you intend.") your code will behave as you intend.")
(license license:expat))) (license license:expat)))
(define-public go-gopkg-in-yaml-v3-3.0.0-20200313102051-9f266ea9e77c
(package
(name "go-gopkg-in-yaml-v3")
(version "3.0.0-20200313102051-9f266ea9e77c")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gopkg.in/yaml.v3")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1bbai3lzb50m0x2vwsdbagrbhvfylj9k1m32hgbqwldqx4p9ay35"))))
(build-system go-build-system)
(arguments
'(#:import-path "gopkg.in/yaml.v3" #:unpack-path "gopkg.in/yaml.v3"))
(propagated-inputs
`(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405"
,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405)))
(home-page "https://gopkg.in/yaml.v3")
(synopsis "YAML support for the Go language")
(description "Package yaml implements YAML support for the Go language.")
(license unknown-license!)))