guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9c6735525e2ab4279b34a1438ec2b2e004dd1e96
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:34 2026 -0600

    Revert "gnu: Add go-github-com-blevesearch-scorch-segment-api."
    
    This reverts commit 8361f888853cf503a392643714061743b90dad0b.
    
    Change-Id: Id063ccc917d7a9284f9e454860c89ae7fb6fc20a
---
 gnu/packages/golang-xyz.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 145ef3de5c..7c68ef449f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14991,31 +14991,6 @@ provides that index API interface.")
 the Go Language.")
     (license license:expat)))
 
-(define-public go-github-com-blevesearch-scorch-segment-api
-  (package
-    (name "go-github-com-blevesearch-scorch-segment-api")
-    (version "2.4.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://github.com/blevesearch/scorch_segment_api";)
-              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1h09w3z1vhsdy1g3lpcxa83z0lqlfvqwdxyrmh36mzyg0sc3k7s0"))))
-    (build-system go-build-system)
-    (arguments
-     (list #:import-path "github.com/blevesearch/scorch_segment_api"))
-    (propagated-inputs
-     (list go-github-com-blevesearch-bleve-index-api
-           go-github-com-roaringbitmap-roaring))
-    (home-page "https://github.com/blevesearch/scorch_segment_api";)
-    (synopsis "Scorch internal segment API")
-    (description "Scorch supports a pluggable segment interface.  This package
-provides that segment API interface.")
-    (license license:asl2.0)))
-
 (define-public go-github-com-liyue201-gostl
   (package
     (name "go-github-com-liyue201-gostl")

Reply via email to