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