summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm17
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")