~ruther/guix-local

009e6c655ab8a4b31f0d435b9ece5e4e7f044874 — Sharlatan Hellseher 1 year, 1 month ago 3f75246
gnu: go-github-com-ipfs-go-ipfs-blockstore: Adjust inputs.

* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-blockstore):
[propagated-inputs]: Remove go-github-com-ipfs-go-datastore; add
go-github-com-ipfs-go-datastore-0.6.

Change-Id: Id9dd75874f208ead790792e5bae17ac5e270911b
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/ipfs.scm
M gnu/packages/ipfs.scm => gnu/packages/ipfs.scm +3 -3
@@ 533,7 533,7 @@ hierarchy of the keys.")
           go-github-com-ipfs-bbloom
           go-github-com-ipfs-go-block-format
           go-github-com-ipfs-go-cid
           go-github-com-ipfs-go-datastore
           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


@@ 544,8 544,8 @@ hierarchy of the keys.")
    (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.")
     "@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