guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 89fe443c487cf212d7d7cafe79daea372746d5d5
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Nov 24 15:53:52 2025 -0500
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 <[email protected]>
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f9cf1d6d6a..126e6de44e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")