guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 650dfdcdc8e1033d1ad7f39afe24bacac6d96667
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:28 2026 -0600

    Revert "gnu: Add go-github-com-blevesearch-zapx-v11."
    
    This reverts commit c3971200b7518c8920f1e30397297780042783dc.
    
    Change-Id: I0c4248984cfa80d755e34dcfe97a9adec73e1607
---
 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 0f40dcaed1..9467505f8f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15087,23 +15087,6 @@ format.")
     (arguments
      (list #:import-path "github.com/blevesearch/zapx/v12"))))
 
-(define-public go-github-com-blevesearch-zapx-v11
-  (package
-    (inherit go-github-com-blevesearch-zapx-v16)
-    (name "go-github-com-blevesearch-zapx-v11")
-    (version "11.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 "192d9x0lw73i1px2wn8b5wvb3gjhirrvaghpv15qamxhc5rmqd33"))))
-    (arguments
-     (list #:import-path "github.com/blevesearch/zapx/v11"))))
-
 (define-public go-github-com-blevesearch-gtreap
   (package
     (name "go-github-com-blevesearch-gtreap")

Reply via email to