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