guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: Add go-github-com-blevesearch-zapx-v12.
    
    * gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v12): New
    variable.
    
    Change-Id: I76dc1f3400f819e0a37a72f8b0b8f7fb2c3f7f0e
    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 debc8e05cc..0a35e7c82b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3559,6 +3559,24 @@ It is documented at
 originated as @url{https://github.com/blevesearch/zap}.";)
     (license license:asl2.0)))
 
+(define-public go-github-com-blevesearch-zapx-v12
+  (package
+    (inherit go-github-com-blevesearch-zapx-v11)
+    (name "go-github-com-blevesearch-zapx-v12")
+    (version "12.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 "15n81idz555rvfj8jr2sz18x2s9smvc8x2yj2x97djd9qn8b7b6a"))))
+    (arguments
+     (list
+      #:import-path "github.com/blevesearch/zapx/v12"))))
+
 (define-public go-github-com-bmatcuk-doublestar
   (package
     (name "go-github-com-bmatcuk-doublestar")

Reply via email to