guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 14b09569fac604ebc718846867323fb85fd21939
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:29 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-zapx-v12."
This reverts commit 8207563e2a40cf448ab0d9158cbc66576a54a334.
Change-Id: I273b63311ca97bf7a560cc9ebcaaee5beb285023
---
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 9467505f8f..e483ba28bb 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15070,23 +15070,6 @@ format.")
(arguments
(list #:import-path "github.com/blevesearch/zapx/v13"))))
-(define-public go-github-com-blevesearch-zapx-v12
- (package
- (inherit go-github-com-blevesearch-zapx-v16)
- (name "go-github-com-blevesearch-zapx-v12")
- (version "12.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 "15n81idz555rvfj8jr2sz18x2s9smvc8x2yj2x97djd9qn8b7b6a"))))
- (arguments
- (list #:import-path "github.com/blevesearch/zapx/v12"))))
-
(define-public go-github-com-blevesearch-gtreap
(package
(name "go-github-com-blevesearch-gtreap")