guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8207563e2a40cf448ab0d9158cbc66576a54a334
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:07:13 2026 +0000
gnu: Add go-github-com-blevesearch-zapx-v12.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v12): 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 e483ba28bb..9467505f8f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15070,6 +15070,23 @@ 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")