diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-01 15:53:36 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-18 14:07:29 +0100 |
| commit | 096ed6db5227b0db9416bed70c6879beadbdf685 (patch) | |
| tree | 18b8c2f6852c8402089ffbfbebb8a160150ae30f | |
| parent | cfc1c7e5c6571e4f3c4cf85d3f925e984a421e73 (diff) | |
gnu: Remove go-github-com-ipfs-go-datastore-0.6.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-datastore-0.6): Delete variable.
Relates-to: https://codeberg.org/guix/guix/issues/6489
Change-Id: Ic1853afb0b3db8098c9385d1aa1c228d5ef9d177
| -rw-r--r-- | gnu/packages/ipfs.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 0abef7efcfa..203a3831c00 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -751,35 +751,6 @@ different strengths without committing the application to one datastore throughout its lifetime.") (license license:expat))) -(define-public go-github-com-ipfs-go-datastore-0.6 - (package - (inherit go-github-com-ipfs-go-datastore) - (name "go-github-com-ipfs-go-datastore") - (version "0.6.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ipfs/go-datastore") - (commit (string-append "v" version)))) - (modules '((guix build utils))) - (snippet - #~(begin - ;; Submodules with their own go.mod files and packaged separately: - ;; - ;; - github.com/ipfs/go-datastore/fuzz - (delete-file-recursively "fuzz"))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1xbhh3gm7bgd2d1p821w8gmbh87aix1g1ynhbl7gjaxxyhrsh68n")))) - (propagated-inputs - (list go-github-com-google-uuid - go-github-com-ipfs-go-detect-race - go-github-com-ipfs-go-ipfs-delay - go-github-com-jbenet-goprocess - go-go-uber-org-multierr - go-golang-org-x-xerrors)))) - (define-public go-github-com-ipfs-go-ds-badger (package (name "go-github-com-ipfs-go-ds-badger") |
