guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0eb329c91022a74f4b00bba87c23f290fa8596fd
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:32 2026 -0600

    Revert "gnu: Add go-github-com-blevesearch-vellum."
    
    This reverts commit 7dea8abe8f07ff46e8500675f27e8dbb43da1ce7.
    
    Change-Id: I1aad30df9a693b0f36a480ddcbed2aa8dd4e79cb
---
 gnu/packages/golang-xyz.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 486a301737..c4dd990b78 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15056,31 +15056,6 @@ provides that segment API interface.")
 interface.  This package provides that key-value store API interface.")
     (license license:asl2.0)))
 
-(define-public go-github-com-blevesearch-vellum
-  (package
-    (name "go-github-com-blevesearch-vellum")
-    (version "1.2.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://github.com/blevesearch/vellum";)
-              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0z0k2pf0qmdsg30a842l78f1dx1x6b8jnfpvvvgdk8cmq8bra0kf"))))
-    (build-system go-build-system)
-    (arguments
-     (list #:import-path "github.com/blevesearch/vellum"))
-    (propagated-inputs (list go-github-com-blevesearch-mmap-go
-                             go-github-com-spf13-cobra
-                             go-github-com-bits-and-blooms-bitset))
-    (home-page "https://github.com/blevesearch/vellum";)
-    (synopsis "Go finite state transducer")
-    (description "This package provides a Go library for building, serializing
-and executing an @acronym{FST, finite state transducer}.")
-    (license license:asl2.0)))
-
 (define-public go-github-com-liyue201-gostl
   (package
     (name "go-github-com-liyue201-gostl")

Reply via email to