mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: Add go-github-com-ipfs-go-test.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-test): New variable. Change-Id: I20bad0773e656b97b0f260d776ab8b9e9c6673b0
This commit is contained in:
parent
5b3e6263e7
commit
d78c2eef1a
1 changed files with 33 additions and 0 deletions
|
@ -905,6 +905,39 @@ and @code{go-ipld-format} legacy interface.")
|
|||
tasks distributed among peers.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public go-github-com-ipfs-go-test
|
||||
(package
|
||||
(name "go-github-com-ipfs-go-test")
|
||||
(version "0.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ipfs/go-test")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0h2lns6xl874m175l692qwsrwrv7jcx54ncqygjy9l3910ny2dg2"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/ipfs/go-test"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-ipfs-go-block-format
|
||||
go-github-com-ipfs-go-cid
|
||||
go-github-com-libp2p-go-libp2p
|
||||
go-github-com-multiformats-go-multiaddr
|
||||
go-github-com-multiformats-go-multicodec
|
||||
go-github-com-multiformats-go-multihash))
|
||||
(home-page "https://github.com/ipfs/go-test")
|
||||
(synopsis "Testing utilty library for IPFS")
|
||||
(description
|
||||
"This package profides a test utility code used across many different
|
||||
IPFS related projects.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
;; XXX: This repository has been archived by the owner on Jun 20, 2023. It is
|
||||
;; now read-only. We highly recommend switching to the maintained version at
|
||||
;; https://github.com/ipfs/boxo/tree/main/verifcid. It's still in use by some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue