gnu: Add go-github-com-guptarohit-asciigraph.

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

Change-Id: I621a684ede58485940c354a049c1343fb6d2bd0b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Roman Scherer 2024-12-29 13:14:21 +01:00 committed by Sharlatan Hellseher
parent 261ed21a50
commit 8467b752e8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5548,6 +5548,29 @@ (define-public go-github-com-gosuri-uilive
provides a buffered io.Writer that is flushed at a timed interval.")
(license license:expat)))
(define-public go-github-com-guptarohit-asciigraph
(package
(name "go-github-com-guptarohit-asciigraph")
(version "0.7.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/guptarohit/asciigraph")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1j708hj80hk1b39zbdfx6kqy75i70jhz55bml0jngqwfx698d1pv"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/guptarohit/asciigraph"))
(home-page "https://github.com/guptarohit/asciigraph")
(synopsis "ASCII line graphs for Golang")
(description
"This package can generate ASCII line graphs in Golang.")
(license license:bsd-3)))
(define-public go-github-com-hanwen-go-fuse
(package
(name "go-github-com-hanwen-go-fuse")