guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3d486c5259c82e9f17095026f75e3ed66abeaef3
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:30 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-zapx-v16."
This reverts commit 833219c7b64ef3b8b7561fee9849b92b517acbbe.
Change-Id: Id3443c8475785f746d9944695075e7c2c4f000ab
---
gnu/packages/golang-xyz.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9823827d60..b0d0172cdd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14988,37 +14988,6 @@ library bevacqua/fuzzysearch.")
provides that index API interface.")
(license license:asl2.0)))
-(define-public go-github-com-blevesearch-zapx-v16
- (package
- (name "go-github-com-blevesearch-zapx-v16")
- (version "16.3.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blevesearch/zapx")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "19qjnp85y4p7fx66cd2n39pc38p7n6fvi263cjpbq3l4b3zf62j2"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/blevesearch/zapx"))
- (propagated-inputs (list go-github-com-bits-and-blooms-bitset
- go-github-com-blevesearch-bleve-index-api
- go-github-com-blevesearch-go-faiss
- go-github-com-blevesearch-mmap-go
- go-github-com-blevesearch-scorch-segment-api
- go-github-com-blevesearch-vellum
- go-github-com-golang-snappy
- go-github-com-roaringbitmap-roaring
- go-github-com-spf13-cobra))
- (home-page "https://github.com/blevesearch/zapx")
- (synopsis "Go zap file format library")
- (description "This package is a Go implementation of the zap file
-format.")
- (license license:asl2.0)))
-
(define-public go-github-com-blevesearch-gtreap
(package
(name "go-github-com-blevesearch-gtreap")