adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:20:41 +01:00
parent 39f93d3d96
commit ed6b22a658
GPG key ID: 38751DAE145EFB5A

View file

@ -2649,3 +2649,29 @@ debugging, to avoid wrapping long output lines in the terminal.")
"This module (@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code
github.com/golang/protobuf)}) contains Go bindings for protocol buffers.")
(license license:bsd-3)))
(define-public go-github-com-go-logfmt-logfmt-0.4.0
(package
(name "go-github-com-go-logfmt-logfmt")
(version "0.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-logfmt/logfmt")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/go-logfmt/logfmt"))
(propagated-inputs
`(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515"
,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515)))
(home-page "https://github.com/go-logfmt/logfmt")
(synopsis "logfmt")
(description
"Package logfmt implements utilities to marshal and unmarshal data in the logfmt
format. The logfmt format records key/value pairs in a way that balances
readability for humans and simplicity of computer parsing. It is most commonly
used as a more human friendly alternative to JSON for structured logging.")
(license license:expat)))