guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 336abfbdd35a0208ba5433be42081b1fad9f86b7
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Feb 6 02:11:52 2026 +0000

    gnu: Add go-github-com-blevesearch-geo-r2.
    
    * gnu/packages/golang-web.scm (go-github-com-blevesearch-geo-r2): 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 8f3b68c228..4a914fd75b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14257,6 +14257,14 @@ makes it especially suitable for working with 
geographic data.")
      (list #:import-path "github.com/blevesearch/geo/r1"
            #:unpack-path "github.com/blevesearch/geo"))))
 
+(define-public go-github-com-blevesearch-geo-r2
+  (package
+    (inherit go-github-com-blevesearch-geo-geojson)
+    (name "go-github-com-blevesearch-geo-r2")
+    (arguments
+     (list #:import-path "github.com/blevesearch/geo/r2"
+           #:unpack-path "github.com/blevesearch/geo"))))
+
 (define-public go-github-com-xo-dburl
   (package
     (name "go-github-com-xo-dburl")

Reply via email to