diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 3a6a39c..00331ca 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2345,3 +2345,22 @@ transformations, and locale-specific text handling.") (description "This repository holds supplementary Go networking libraries.") (license license:bsd-3))) +(define-public go-github-com-tj-go-spin-1.1.0 + (package + (name "go-github-com-tj-go-spin") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/go-spin") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/go-spin")) + (home-page "https://github.com/tj/go-spin") + (synopsis #f) + (description #f) + (license #f)))