diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-08 21:15:34 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:05:11 +0000 |
| commit | 5fd5690b0cbbb1f07fa822d1da1834b354c91b64 (patch) | |
| tree | 0169d2de849b61914c4687256e17ec69bb9633b7 | |
| parent | b3185ede801401e416e8fca44499f084ad79aadf (diff) | |
gnu: Add go-github-com-blevesearch-zapx-v15.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-zapx-v15): New
variable.
Change-Id: I14917a7bd057ed382f98a48e44bed7a9c893602c
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 87b9de2145b..9bdc0a74de2 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3613,6 +3613,24 @@ originated as @url{https://github.com/blevesearch/zap}.") (list #:import-path "github.com/blevesearch/zapx/v14")))) +(define-public go-github-com-blevesearch-zapx-v15 + (package + (inherit go-github-com-blevesearch-zapx-v14) + (name "go-github-com-blevesearch-zapx-v15") + (version "15.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 "0bw6083f47047y4m8pz76kaiiwwx8732ffvfi7bj1w0yvvf23ha7")))) + (arguments + (list + #:import-path "github.com/blevesearch/zapx/v15")))) + (define-public go-github-com-bmatcuk-doublestar (package (name "go-github-com-bmatcuk-doublestar") |
