adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:47:52 +01:00
parent f3aaf923b2
commit 52c85ec940
GPG key ID: 38751DAE145EFB5A

View file

@ -2796,3 +2796,27 @@ to add additional functionality.")
(@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/})
log format")
(license license:expat)))
(define-public go-github-com-apex-logs-1.0.0
(package
(name "go-github-com-apex-logs")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/apex/logs")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1kysjp3s8718p02ngpr60gnjjspv0a69biksfjqa1540svrbi850"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/apex/logs"))
(propagated-inputs
`(("go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0"
,go-github-com-tj-assert-0.0.0-20171129193455-018094318fb0)
("go-github-com-stretchr-testify-1.3.0"
,go-github-com-stretchr-testify-1.3.0)))
(home-page "https://github.com/apex/logs")
(synopsis "Example")
(description "Go client for @url{https://apex.sh/logs/,Apex Logs}.")
(license license:expat)))