diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 02:07:21 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 14:25:52 -0600 |
| commit | c3971200b7518c8920f1e30397297780042783dc (patch) | |
| tree | f3fadced3fc2e34e5009fbbda14634b9df58470f | |
| parent | 8207563e2a40cf448ab0d9158cbc66576a54a334 (diff) | |
gnu: Add go-github-com-blevesearch-zapx-v11.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v11): New
variable.
Signed-off-by: jgart <jgart@dismail.de>
| -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 9467505f8f0..0f40dcaed12 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -15087,6 +15087,23 @@ format.") | |||
| 15087 | (arguments | 15087 | (arguments |
| 15088 | (list #:import-path "github.com/blevesearch/zapx/v12")))) | 15088 | (list #:import-path "github.com/blevesearch/zapx/v12")))) |
| 15089 | 15089 | ||
| 15090 | (define-public go-github-com-blevesearch-zapx-v11 | ||
| 15091 | (package | ||
| 15092 | (inherit go-github-com-blevesearch-zapx-v16) | ||
| 15093 | (name "go-github-com-blevesearch-zapx-v11") | ||
| 15094 | (version "11.4.2") | ||
| 15095 | (source | ||
| 15096 | (origin | ||
| 15097 | (method git-fetch) | ||
| 15098 | (uri (git-reference | ||
| 15099 | (url "https://github.com/blevesearch/zapx") | ||
| 15100 | (commit (string-append "v" version)))) | ||
| 15101 | (file-name (git-file-name name version)) | ||
| 15102 | (sha256 | ||
| 15103 | (base32 "192d9x0lw73i1px2wn8b5wvb3gjhirrvaghpv15qamxhc5rmqd33")))) | ||
| 15104 | (arguments | ||
| 15105 | (list #:import-path "github.com/blevesearch/zapx/v11")))) | ||
| 15106 | |||
| 15090 | (define-public go-github-com-blevesearch-gtreap | 15107 | (define-public go-github-com-blevesearch-gtreap |
| 15091 | (package | 15108 | (package |
| 15092 | (name "go-github-com-blevesearch-gtreap") | 15109 | (name "go-github-com-blevesearch-gtreap") |
