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