guix_mirror_bot pushed a commit to branch master
in repository guix.
commit de3cc7b97af93c86b02a3e08fc475a6124dac460
Author: Arun Isaac <[email protected]>
AuthorDate: Sun Feb 8 21:15:17 2026 +0000
gnu: Add go-github-com-blevesearch-zapx-v13.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v13): New
variable.
Change-Id: I51097745efe52dbcea83d4c42066a4f7c8d9a844
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 0a35e7c82b..14447519f6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3577,6 +3577,24 @@ originated as @url{https://github.com/blevesearch/zap}.")
(list
#:import-path "github.com/blevesearch/zapx/v12"))))
+(define-public go-github-com-blevesearch-zapx-v13
+ (package
+ (inherit go-github-com-blevesearch-zapx-v12)
+ (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-bmatcuk-doublestar
(package
(name "go-github-com-bmatcuk-doublestar")