mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Remove go-github-com-multiformats-go-multiaddr-0.12.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-0.12): Delete variable. (go-github-com-multiformats-go-multiaddr-dns, go-github-com-multiformats-go-multiaddr-fmt): [propagated-inputs]: Remove go-github-com-multiformats-go-multiaddr-0.12; add go-github-com-multiformats-go-multiaddr. * gnu/packages/ipfs.scm (go-github-com-libp2p-go-socket-activation): [propagated-inputs]: Remove go-github-com-multiformats-go-multiaddr-0.12; add go-github-com-multiformats-go-multiaddr. * gnu/packages/ipfs.scm (kubo): [inputs]: Remove go-github-com-multiformats-go-multiaddr-0.12; add go-github-com-multiformats-go-multiaddr. Change-Id: Iedc07cfa3f627dbf279e077808167dfe902f4163
This commit is contained in:
parent
92f4b6c121
commit
9e57f3bcd4
2 changed files with 4 additions and 29 deletions
|
@ -2944,31 +2944,6 @@ (define-public go-github-com-multiformats-go-multiaddr
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
;; It's for the Kubo update; remove it when it is no longer needed.
|
||||
(define-public go-github-com-multiformats-go-multiaddr-0.12
|
||||
(package
|
||||
(inherit go-github-com-multiformats-go-multiaddr)
|
||||
(name "go-github-com-multiformats-go-multiaddr")
|
||||
(version "0.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/multiformats/go-multiaddr")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rn02yn7494r7ayn585bbsddprbn8wdccxs4n2k5dmll4dyd39mp"))))
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/multiformats/go-multiaddr"))
|
||||
(native-inputs (list go-github-com-stretchr-testify))
|
||||
(propagated-inputs (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))))
|
||||
|
||||
(define-public go-github-com-multiformats-go-multiaddr-dns
|
||||
(package
|
||||
(name "go-github-com-multiformats-go-multiaddr-dns")
|
||||
|
@ -2989,7 +2964,7 @@ (define-public go-github-com-multiformats-go-multiaddr-dns
|
|||
#:unpack-path "github.com/multiformats/go-multiaddr-dns"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-miekg-dns
|
||||
go-github-com-multiformats-go-multiaddr-0.12))
|
||||
go-github-com-multiformats-go-multiaddr))
|
||||
(home-page "https://multiformats.io/multiaddr/")
|
||||
(synopsis "Library and CLI tool for DNS multiaddr resolution")
|
||||
(description
|
||||
|
@ -3014,7 +2989,7 @@ (define-public go-github-com-multiformats-go-multiaddr-fmt
|
|||
(list
|
||||
#:import-path "github.com/multiformats/go-multiaddr-fmt"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-multiformats-go-multiaddr-0.12))
|
||||
(list go-github-com-multiformats-go-multiaddr))
|
||||
(home-page "https://github.com/multiformats/go-multiaddr-fmt")
|
||||
(synopsis "Declarative validator for multiaddrs")
|
||||
(description
|
||||
|
|
|
@ -787,7 +787,7 @@ (define-public go-github-com-libp2p-go-socket-activation
|
|||
(propagated-inputs
|
||||
(list go-github-com-coreos-go-systemd-v22
|
||||
go-github-com-ipfs-go-log
|
||||
go-github-com-multiformats-go-multiaddr-0.12))
|
||||
go-github-com-multiformats-go-multiaddr))
|
||||
(home-page "https://github.com/libp2p/go-socket-activation")
|
||||
(synopsis "Multiaddr backed systemd socket activation")
|
||||
(description
|
||||
|
@ -1006,7 +1006,7 @@ (define-public kubo
|
|||
;;go-github-com-libp2p-go-libp2p-testing
|
||||
go-github-com-libp2p-go-socket-activation
|
||||
go-github-com-mitchellh-go-homedir
|
||||
go-github-com-multiformats-go-multiaddr-0.12
|
||||
go-github-com-multiformats-go-multiaddr
|
||||
go-github-com-multiformats-go-multiaddr-dns
|
||||
go-github-com-multiformats-go-multibase
|
||||
go-github-com-multiformats-go-multicodec
|
||||
|
|
Loading…
Reference in a new issue