guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5fd5690b0cbbb1f07fa822d1da1834b354c91b64
Author: Arun Isaac <[email protected]>
AuthorDate: Sun Feb 8 21:15:34 2026 +0000
gnu: Add go-github-com-blevesearch-zapx-v15.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v15): New
variable.
Change-Id: I14917a7bd057ed382f98a48e44bed7a9c893602c
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 87b9de2145..9bdc0a74de 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3613,6 +3613,24 @@ originated as @url{https://github.com/blevesearch/zap}.")
(list
#:import-path "github.com/blevesearch/zapx/v14"))))
+(define-public go-github-com-blevesearch-zapx-v15
+ (package
+ (inherit go-github-com-blevesearch-zapx-v14)
+ (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-bmatcuk-doublestar
(package
(name "go-github-com-bmatcuk-doublestar")