guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 5071ee399c93f52b9cdc36bd71ed06fe5b64064e Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed May 28 11:03:28 2025 +0100
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 --- gnu/packages/ipfs.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 92a56724d5..86bf20cd4a 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -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