summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-02-06 02:12:01 +0000
committerjgart <jgart@dismail.de>2026-02-06 14:25:52 -0600
commitd16b6875f5330b9bb49f68c51861aa0a1bfe4785 (patch)
tree95e5f7574f3b6a4215c5abe37d866592c7c7ebd5
parent336abfbdd35a0208ba5433be42081b1fad9f86b7 (diff)
gnu: Add go-github-com-blevesearch-geo-r3.
* gnu/packages/golang-web.scm (go-github-com-blevesearch-geo-r3): New variable. Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r--gnu/packages/golang-web.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 4a914fd75bc..169d6a4e8bc 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14265,6 +14265,14 @@ makes it especially suitable for working with geographic data.")
14265 (list #:import-path "github.com/blevesearch/geo/r2" 14265 (list #:import-path "github.com/blevesearch/geo/r2"
14266 #:unpack-path "github.com/blevesearch/geo")))) 14266 #:unpack-path "github.com/blevesearch/geo"))))
14267 14267
14268(define-public go-github-com-blevesearch-geo-r3
14269 (package
14270 (inherit go-github-com-blevesearch-geo-geojson)
14271 (name "go-github-com-blevesearch-geo-r3")
14272 (arguments
14273 (list #:import-path "github.com/blevesearch/geo/r3"
14274 #:unpack-path "github.com/blevesearch/geo"))))
14275
14268(define-public go-github-com-xo-dburl 14276(define-public go-github-com-xo-dburl
14269 (package 14277 (package
14270 (name "go-github-com-xo-dburl") 14278 (name "go-github-com-xo-dburl")