guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d82285b9238ce8cf1c7fae741dd8299aa7c6dc88
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:35 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-gtreap."
This reverts commit 1658c86087cb0f9bf575c5b626edfb020ed52eb1.
Change-Id: I98cc56dc7dfe1fcbdc08def617e19654d71c38e8
---
gnu/packages/golang-xyz.scm | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2174669df1..0880bb0996 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14947,28 +14947,6 @@ textwrap.dedent)} in Python.")
library bevacqua/fuzzysearch.")
(license license:expat)))
-(define-public go-github-com-blevesearch-gtreap
- (package
- (name "go-github-com-blevesearch-gtreap")
- (version "0.1.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blevesearch/gtreap")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0pkcwgn2nkgqg01w95ivwbggcxihrc04k8i3wgaif2f437jpz2h7"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/blevesearch/gtreap"))
- (home-page "https://github.com/blevesearch/gtreap")
- (synopsis "Go immutable treap library")
- (description "This package provides an immutable treap implementation in
-the Go Language.")
- (license license:expat)))
-
(define-public go-github-com-liyue201-gostl
(package
(name "go-github-com-liyue201-gostl")