gnu: Add go-github-com-max-sum-base32768.

* gnu/packages/golang-xyz.scm (go-github-com-max-sum-base32768): New
variable.

Change-Id: I740bb5d0b78fc8077fd37c0f55393b97ec9cdb7a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Patrick Norton 2025-11-24 15:53:52 -05:00 committed by Sharlatan Hellseher
parent 38cffa58ba
commit 89fe443c48
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -15345,6 +15345,31 @@ other directories. It is optimized for filewalking.")
language, namely support for record length-delimited message streaming.")
(license license:asl2.0)))
(define-public go-github-com-max-sum-base32768
(package
(name "go-github-com-max-sum-base32768")
(version "0.0.0-20230304063302-18e6ce5945fd")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Max-Sum/base32768")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "09nakcv5ms0xybczzqm751blqclr3ssgd7f5jp60ahpwz48xrm2c"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/Max-Sum/base32768"))
(home-page "https://github.com/Max-Sum/base32768")
(synopsis "Go implementation of base32768, optimized for UTF-16")
(description
"This package provides a Go implementation of
@url{https://github.com/qntm/base32768, base32768}, binary-to-text encoding,
optimized for UTF-16.")
(license license:expat)))
(define-public go-github-com-mgutz-ansi
(package
(name "go-github-com-mgutz-ansi")