guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c5867ac54e9f5d4318602767ac53429ab72db99c
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:32 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-segment."
This reverts commit 3ac98cc34444c08f8ad466088c8e96106fb3c134.
Change-Id: Ib9fcd11417dec377b82096ec2a6c52c4eb4f170b
---
gnu/packages/golang-xyz.scm | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ababd0e1ba..486a301737 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15081,28 +15081,6 @@ interface. This package provides that key-value store
API interface.")
and executing an @acronym{FST, finite state transducer}.")
(license license:asl2.0)))
-(define-public go-github-com-blevesearch-segment
- (package
- (name "go-github-com-blevesearch-segment")
- (version "0.9.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blevesearch/segment")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0y761p1m98kii5ccgfsc96wmlccj41dmg16pa4m0dj03dry130c9"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/blevesearch/segment"))
- (home-page "https://github.com/blevesearch/segment")
- (synopsis "Go unicode text segmentation library")
- (description "This package provides a Go library for performing Unicode
-Text Segmentation as described in Unicode Standard Annex #29.")
- (license license:asl2.0)))
-
(define-public go-github-com-liyue201-gostl
(package
(name "go-github-com-liyue201-gostl")