guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8361f888853cf503a392643714061743b90dad0b
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 01:43:25 2026 +0000
gnu: Add go-github-com-blevesearch-scorch-segment-api.
* gnu/packages/golang-xyz.scm
(go-github-com-blevesearch-scorch-segment-api):
New variable.
Signed-off-by: jgart <[email protected]>
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7c68ef449f..145ef3de5c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14991,6 +14991,31 @@ provides that index API interface.")
the Go Language.")
(license license:expat)))
+(define-public go-github-com-blevesearch-scorch-segment-api
+ (package
+ (name "go-github-com-blevesearch-scorch-segment-api")
+ (version "2.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blevesearch/scorch_segment_api")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h09w3z1vhsdy1g3lpcxa83z0lqlfvqwdxyrmh36mzyg0sc3k7s0"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/blevesearch/scorch_segment_api"))
+ (propagated-inputs
+ (list go-github-com-blevesearch-bleve-index-api
+ go-github-com-roaringbitmap-roaring))
+ (home-page "https://github.com/blevesearch/scorch_segment_api")
+ (synopsis "Scorch internal segment API")
+ (description "Scorch supports a pluggable segment interface. This package
+provides that segment API interface.")
+ (license license:asl2.0)))
+
(define-public go-github-com-liyue201-gostl
(package
(name "go-github-com-liyue201-gostl")