guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1ca49aa0ae33f4a90c2d67a24c0db7770eb9035c
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:11:44 2026 +0000

    gnu: Add go-github-com-blevesearch-geo-r1.
    
    * gnu/packages/golang-web.scm (go-github-com-blevesearch-geo-r1): New
    variable.
    
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/golang-web.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 7aaf1ea0a5..8f3b68c228 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14249,6 +14249,14 @@ geometry, i.e., shapes drawn on a sphere rather than 
on a planar 2D map.  This
 makes it especially suitable for working with geographic data.")
     (license license:asl2.0)))
 
+(define-public go-github-com-blevesearch-geo-r1
+  (package
+    (inherit go-github-com-blevesearch-geo-geojson)
+    (name "go-github-com-blevesearch-geo-r1")
+    (arguments
+     (list #:import-path "github.com/blevesearch/geo/r1"
+           #:unpack-path "github.com/blevesearch/geo"))))
+
 (define-public go-github-com-xo-dburl
   (package
     (name "go-github-com-xo-dburl")

Reply via email to