From de3cc7b97af93c86b02a3e08fc475a6124dac460 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 8 Feb 2026 21:15:17 +0000 Subject: 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 --- gnu/packages/golang-xyz.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gnu') 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") -- cgit v1.3