guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 699a0afdbc3c77b9e5f113617d76f731733e9376
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:33 2026 -0600

    Revert "gnu: Add go-github-com-blevesearch-mmap-go."
    
    This reverts commit 9296093b46615217d61a64ad28e7b7e717ecbf4d.
    
    Change-Id: Id5ace1031b37a845eab6cb6027f059ea5db48609
---
 gnu/packages/golang-xyz.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2943572f59..cbb90e3871 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7570,24 +7570,6 @@ program's running, don't expect consistent results 
between platforms
 @end itemize")
     (license license:bsd-3)))
 
-(define-public go-github-com-blevesearch-mmap-go
-  (package
-    (inherit go-github-com-edsrzf-mmap-go)
-    (name "go-github-com-blevesearch-mmap-go")
-    (version "1.2.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://github.com/blevesearch/mmap-go";)
-              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1wnjv27jf0lg9vdmcnzc56b5gl7250qiq0y917yc2lghvp3qdafy"))))
-    (build-system go-build-system)
-    (arguments
-     (list #:import-path "github.com/blevesearch/mmap-go"))))
-
 (define-public go-github-com-edwvee-exiffix
   (package
     (name "go-github-com-edwvee-exiffix")

Reply via email to