guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 2160f9a6e0b2800e299c085c96a4b15716d6247d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 15:53:07 2026 +0000
gnu: Remove go-github-com-ipfs-go-ipfs-blockstore.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-blockstore): Delete
variable.
Relates-to: https://codeberg.org/guix/guix/issues/6489
Change-Id: Id8854da78929001bd36cdd7b42f87c9ade4c69f0
---
gnu/packages/ipfs.scm | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index e90c0c0197..0abef7efcf 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -586,43 +586,6 @@ storing and retrieving items. Queued items are persisted
across restarts.")
"This package implements a filesystem based locking.")
(license license:expat)))
-(define-public go-github-com-ipfs-go-ipfs-blockstore
- (package
- (name "go-github-com-ipfs-go-ipfs-blockstore")
- (version "1.3.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ipfs/go-ipfs-blockstore")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1a3a0fm8k8njdlq2w795qff01piadjfp6r5r2hww69fxqsplln9l"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/ipfs/go-ipfs-blockstore"))
- (propagated-inputs
- (list go-github-com-hashicorp-golang-lru
- go-github-com-ipfs-bbloom
- go-github-com-ipfs-go-block-format
- go-github-com-ipfs-go-cid
- go-github-com-ipfs-go-datastore-0.6
- go-github-com-ipfs-go-ipfs-ds-help
- go-github-com-ipfs-go-ipfs-util
- go-github-com-ipfs-go-ipld-format
- go-github-com-ipfs-go-log
- go-github-com-ipfs-go-metrics-interface
- go-github-com-multiformats-go-multihash
- go-go-uber-org-atomic))
- (home-page "https://github.com/ipfs/go-ipfs-blockstore")
- (synopsis "Caching wrapper over a IPFS datastore")
- (description
- "@code{go-ipfs-blockstore} implements a thin wrapper over an IPFS
-datastore, giving a clean interface for getting and putting block objects.")
- (license license:expat)))
-
(define-public go-github-com-ipfs-go-ipfs-blocksutil
(package
(name "go-github-com-ipfs-go-ipfs-blocksutil")