From 5744c261be19afcababff2b0bdbcc60c0218cfda Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:39:16 +0100 Subject: [PATCH] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 3ad1e4a..5d03e7f 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2741,3 +2741,36 @@ of pretty terminal strings.") (description "Package sdk is the official AWS SDK for the Go programming language.") (license license:asl2.0))) +(define-public go-github-com-aphistic-sweet-0.2.0 + (package + (name "go-github-com-aphistic-sweet") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aphistic/sweet") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bb4qagfxf6byqn2yx0vq24xfvisz3ah4w6bvqclc8cklvfngw43")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/aphistic/sweet")) + (propagated-inputs + `(("go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734" + ,go-golang-org-x-crypto-0.0.0-20190426145343-a29dc8fdc734) + ("go-github-com-sergi-go-diff-1.0.0" + ,go-github-com-sergi-go-diff-1.0.0) + ("go-github-com-onsi-gomega-1.5.0" ,go-github-com-onsi-gomega-1.5.0) + ("go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b" + ,go-github-com-mgutz-ansi-0.0.0-20170206155736-9520e82c474b) + ("go-github-com-mattn-go-colorable-0.1.1" + ,go-github-com-mattn-go-colorable-0.1.1))) + (home-page "https://github.com/aphistic/sweet") + (synopsis "sweet") + (description + "Sweet is a pluggable test runner capable of hooking into standard Go tests. It +attempts to provide access to the standard Go test tool as close as possible +while adding support for test suites and plugins that can hook into test results +to add additional functionality.") + (license license:expat)))