adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 12:19:31 +01:00
parent 8a982eb6e9
commit a3cd3e33dd
GPG key ID: 38751DAE145EFB5A

View file

@ -2205,3 +2205,24 @@ your code will behave as you intend.")
(description
"Objx - Go package for dealing with maps, slices, JSON and other data.")
(license license:expat)))
(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1
(package
(name "go-github-com-konsorten-go-windows-terminal-sequences")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/konsorten/go-windows-terminal-sequences")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/konsorten/go-windows-terminal-sequences"))
(home-page "https://github.com/konsorten/go-windows-terminal-sequences")
(synopsis "Windows Terminal Sequences")
(description
"This library allow for enabling Windows terminal color support for Go.")
(license license:expat)))