guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e08dc1c543e03c19d9e29313b164f209130d71e3
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:06:55 2026 +0000
gnu: Add go-github-com-blevesearch-zapx-v14.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v14): 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 e6db7631b5..6ef9dbb377 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15036,6 +15036,23 @@ format.")
(arguments
(list #:import-path "github.com/blevesearch/zapx/v15"))))
+(define-public go-github-com-blevesearch-zapx-v14
+ (package
+ (inherit go-github-com-blevesearch-zapx-v16)
+ (name "go-github-com-blevesearch-zapx-v14")
+ (version "14.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 "1n4jzycy0z5iczvv018x6dvkh2nd47vijpx2a669bfdlybxan1cq"))))
+ (arguments
+ (list #:import-path "github.com/blevesearch/zapx/v14"))))
+
(define-public go-github-com-blevesearch-gtreap
(package
(name "go-github-com-blevesearch-gtreap")