guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e3773533411b8d052c23fc2c2c735c362251a699
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:30 2026 -0600

    Revert "gnu: Add go-github-com-blevesearch-zapx-v15."
    
    This reverts commit f0cf5f2ec80bd13f9264604bab5089edcfff5e79.
    
    Change-Id: Ic610f967beaba8d2a8529ddd652363db2d5765dc
---
 gnu/packages/golang-xyz.scm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e6db7631b5..9823827d60 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15019,23 +15019,6 @@ provides that index API interface.")
 format.")
     (license license:asl2.0)))
 
-(define-public go-github-com-blevesearch-zapx-v15
-  (package
-    (inherit go-github-com-blevesearch-zapx-v16)
-    (name "go-github-com-blevesearch-zapx-v15")
-    (version "15.4.2")
-    (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 "0bw6083f47047y4m8pz76kaiiwwx8732ffvfi7bj1w0yvvf23ha7"))))
-    (arguments
-     (list #:import-path "github.com/blevesearch/zapx/v15"))))
-
 (define-public go-github-com-blevesearch-gtreap
   (package
     (name "go-github-com-blevesearch-gtreap")

Reply via email to