guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f0cf5f2ec80bd13f9264604bab5089edcfff5e79
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:06:46 2026 +0000
gnu: Add go-github-com-blevesearch-zapx-v15.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v15): New
variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9823827d60..e6db7631b5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15019,6 +15019,23 @@ 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")