gnu: Add go-github-com-tj-go-spin.

* gnu/packages/golang-xyz.scm (go-github-com-tj-go-spin): New variable.

Change-Id: I8c7240ce351dd2453d8b1985497c29f19db7f937
This commit is contained in:
Sharlatan Hellseher 2025-07-08 08:21:37 +01:00
parent 2c93bd406b
commit 4ececfd712
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -17389,6 +17389,28 @@ flushing entries at a given size or interval, useful for cases such as
batching log events.") batching log events.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-tj-go-spin
(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
(list
#:import-path "github.com/tj/go-spin"))
(home-page "https://github.com/tj/go-spin")
(synopsis "Terminal spinner package for Golang")
(description "This package provides a little terminal spinner library.")
(license license:expat)))
(define-public go-github-com-tklauser-go-sysconf (define-public go-github-com-tklauser-go-sysconf
(package (package
(name "go-github-com-tklauser-go-sysconf") (name "go-github-com-tklauser-go-sysconf")