1
0
forked from tribes/guix

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>
This commit is contained in:
Arun Isaac
2026-02-06 02:06:55 +00:00
committed by jgart
parent f0cf5f2ec8
commit e08dc1c543
+17
View File
@@ -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")