From 52c85ec9404f4ca0c286a79bc0497e1b6d1ead0e Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:47:52 +0100 Subject: [PATCH] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 3eb84d2..17604b6 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -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)))