guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d84c03f78d9abc0bcdd4f4ca18179463a16545c0
Author: jgart <[email protected]>
AuthorDate: Fri Feb 6 15:14:33 2026 -0600
Revert "gnu: Add go-github-com-blevesearch-upsidedown-store-api."
This reverts commit 3eab7ed68f497bae04692f30412701b65307a9c0.
Change-Id: I6575104a8866ec2e02112565d7b79b3a7c57b8a3
---
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 cbb90e3871..145ef3de5c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15016,28 +15016,6 @@ the Go Language.")
provides that segment API interface.")
(license license:asl2.0)))
-(define-public go-github-com-blevesearch-upsidedown-store-api
- (package
- (name "go-github-com-blevesearch-upsidedown-store-api")
- (version "1.0.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blevesearch/upsidedown_store_api")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1sjs1ad4iprnmrac6g5acrb68g30q6zfihvnxx498iwq3sg4rbrz"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/blevesearch/upsidedown_store_api"))
- (home-page "https://github.com/blevesearch/upsidedown_store_api")
- (synopsis "Upside Down key-value store API")
- (description "Upside Down supports a pluggable key-value storage
-interface. This package provides that key-value store API interface.")
- (license license:asl2.0)))
-
(define-public go-github-com-liyue201-gostl
(package
(name "go-github-com-liyue201-gostl")