guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    Revert "gnu: Add go-github-com-blevesearch-geo-r3."
    
    This reverts commit d16b6875f5330b9bb49f68c51861aa0a1bfe4785.
    
    Change-Id: If680d1638c8409d729e26c55f9dc99b8c7948bdb
---
 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 169d6a4e8b..4a914fd75b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14265,14 +14265,6 @@ makes it especially suitable for working with 
geographic data.")
      (list #:import-path "github.com/blevesearch/geo/r2"
            #:unpack-path "github.com/blevesearch/geo"))))
 
-(define-public go-github-com-blevesearch-geo-r3
-  (package
-    (inherit go-github-com-blevesearch-geo-geojson)
-    (name "go-github-com-blevesearch-geo-r3")
-    (arguments
-     (list #:import-path "github.com/blevesearch/geo/r3"
-           #:unpack-path "github.com/blevesearch/geo"))))
-
 (define-public go-github-com-xo-dburl
   (package
     (name "go-github-com-xo-dburl")

Reply via email to