mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: go-github-com-multiformats-go-multiaddr: Update to 0.12.3.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr): Update to 0.12.3. [propagated-inputs]: Add go-github-com-ipfs-go-cid, go-github-com-multiformats-go-multibase, go-github-com-multiformats-go-varint, and go-golang-org-x-exp. [native-inputs]: Add go-github-com-stretchr-testify. Change-Id: I5cc7f48155de57ea41ea6378cd7f61fe9bbb687d
This commit is contained in:
parent
d921b7eb09
commit
92f4b6c121
1 changed files with 9 additions and 3 deletions
|
@ -2907,7 +2907,7 @@ (define-public go-github-com-miekg-dns
|
|||
(define-public go-github-com-multiformats-go-multiaddr
|
||||
(package
|
||||
(name "go-github-com-multiformats-go-multiaddr")
|
||||
(version "0.1.0")
|
||||
(version "0.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2916,13 +2916,19 @@ (define-public go-github-com-multiformats-go-multiaddr
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cdzlzh7cb1pj9mhq45va3r6gs6pcdfa9j7vdrqlv3zd6k3bxg39"))))
|
||||
(base32 "1rn02yn7494r7ayn585bbsddprbn8wdccxs4n2k5dmll4dyd39mp"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/multiformats/go-multiaddr"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-multiformats-go-multihash))
|
||||
(list go-github-com-ipfs-go-cid
|
||||
go-github-com-multiformats-go-multibase
|
||||
go-github-com-multiformats-go-varint
|
||||
go-github-com-multiformats-go-multihash
|
||||
go-golang-org-x-exp))
|
||||
(home-page "https://github.com/multiformats/go-multiaddr")
|
||||
(synopsis "Composable and future-proof network addresses")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue