guix_mirror_bot pushed a commit to branch master
in repository guix.
commit da4a8ca4fd004a6027f3bba9dce4c10548507b55
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:34 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-bleve-index-api."
This reverts commit 90c3b4aecb0eff772a154ccfafc1e882ebd77213.
Change-Id: I760c564a655b580605925bf7c79f368c401f6fc9
---
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 7c68ef449f..2174669df1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14947,28 +14947,6 @@ textwrap.dedent)} in Python.")
library bevacqua/fuzzysearch.")
(license license:expat)))
-(define-public go-github-com-blevesearch-bleve-index-api
- (package
- (name "go-github-com-blevesearch-bleve-index-api")
- (version "1.3.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blevesearch/bleve_index_api")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "04lcracjsx2wbgqfm1rj29km0j4cvfnlb2w3lnslgh0l51ca0m7b"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/blevesearch/bleve_index_api"))
- (home-page "https://github.com/blevesearch/bleve_index_api")
- (synopsis "Bleve internal index API")
- (description "Bleve supports a pluggable index interface. This package
-provides that index API interface.")
- (license license:asl2.0)))
-
(define-public go-github-com-blevesearch-gtreap
(package
(name "go-github-com-blevesearch-gtreap")