From a3cd3e33dd0f1cfc1638e8cb9f7eff8047e533ea Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:19:31 +0100 Subject: [PATCH] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 9fa3b14..4115b11 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -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)))