diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-08 23:21:02 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:05:11 +0000 |
| commit | 444f8729b30b8cb8dc1d1dd3bc90f0e9fc433b16 (patch) | |
| tree | d489b2206e71f31066bf950c9da274f650db06f7 | |
| parent | 5fd5690b0cbbb1f07fa822d1da1834b354c91b64 (diff) | |
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 <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 9bdc0a74de2..b7c2fd92849 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") |
