From 009e6c655ab8a4b31f0d435b9ece5e4e7f044874 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 28 May 2025 11:03:28 +0100 Subject: [PATCH] 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 e661689b3fbafa46a2298e65368da78796f8bbdf..114b8e082735a7faebcceeaf58ff994df84345c7 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