diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 02:06:55 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 14:25:52 -0600 |
| commit | e08dc1c543e03c19d9e29313b164f209130d71e3 (patch) | |
| tree | c5cd8496b140ced0c01b113a39a482d0129fd662 /gnu | |
| parent | f0cf5f2ec80bd13f9264604bab5089edcfff5e79 (diff) | |
gnu: Add go-github-com-blevesearch-zapx-v14.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v14): New
variable.
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index e6db7631b5..6ef9dbb377 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -15036,6 +15036,23 @@ format.") (arguments (list #:import-path "github.com/blevesearch/zapx/v15")))) +(define-public go-github-com-blevesearch-zapx-v14 + (package + (inherit go-github-com-blevesearch-zapx-v16) + (name "go-github-com-blevesearch-zapx-v14") + (version "14.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 "1n4jzycy0z5iczvv018x6dvkh2nd47vijpx2a669bfdlybxan1cq")))) + (arguments + (list #:import-path "github.com/blevesearch/zapx/v14")))) + (define-public go-github-com-blevesearch-gtreap (package (name "go-github-com-blevesearch-gtreap") |
