guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 444f8729b30b8cb8dc1d1dd3bc90f0e9fc433b16
Author: Arun Isaac <[email protected]>
AuthorDate: Sun Feb 8 23:21:02 2026 +0000

    gnu: Add go-github-com-blevesearch-zapx-v16.
    
    * gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v16): New
    variable.
    
    Change-Id: I1a367a14973f58df95385bf2a2c7f7c7db6317d7
    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 9bdc0a74de..b7c2fd9284 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3631,6 +3631,24 @@ originated as @url{https://github.com/blevesearch/zap}.";)
      (list
       #:import-path "github.com/blevesearch/zapx/v15"))))
 
+(define-public go-github-com-blevesearch-zapx-v16
+  (package
+    (inherit go-github-com-blevesearch-zapx-v15)
+    (name "go-github-com-blevesearch-zapx-v16")
+    (version "16.3.0")
+    (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 "19qjnp85y4p7fx66cd2n39pc38p7n6fvi263cjpbq3l4b3zf62j2"))))
+    (arguments
+     (list
+      #:import-path "github.com/blevesearch/zapx/v16"))))
+
 (define-public go-github-com-bmatcuk-doublestar
   (package
     (name "go-github-com-bmatcuk-doublestar")

Reply via email to