diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-08 21:15:17 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:05:11 +0000 |
| commit | de3cc7b97af93c86b02a3e08fc475a6124dac460 (patch) | |
| tree | 449bf0cfe7182279eaa711600a9637e834f03fcc /gnu | |
| parent | a734229a932d8d3f96a29365583efa5b0607f5a7 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -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 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") |
