guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 541f0dbdc1e273780c8d86979d74879ec1e744ae
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:27 2026 -0600

    Revert "gnu: Add go-github-com-blevesearch-geo-r2."
    
    This reverts commit 336abfbdd35a0208ba5433be42081b1fad9f86b7.
    
    Change-Id: I450982b016a7700b0e4679fe0e8fde091bbc90b3
---
 gnu/packages/golang-web.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 4a914fd75b..8f3b68c228 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14257,14 +14257,6 @@ 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