From cfc1c7e5c6571e4f3c4cf85d3f925e984a421e73 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 1 Mar 2026 15:53:07 +0000 Subject: 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(-) (limited to 'gnu') 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") -- cgit v1.3