mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Remove go-github-com-libp2p-go-libp2p-metrics.
Deprecated: "This repository has been archived by the owner on Dec 7, 2019. It is now read-only." * gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics): Delete variable. Change-Id: I0d70f019983998c81fcbc439d6047274272b65e8
This commit is contained in:
parent
f7e0bb055f
commit
98aff70c69
1 changed files with 0 additions and 33 deletions
|
@ -4420,39 +4420,6 @@ (define-public go-github-com-libp2p-go-libp2p-protocol
|
||||||
(description "Just a type for protocol strings. Nothing more.")
|
(description "Just a type for protocol strings. Nothing more.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-libp2p-go-libp2p-metrics
|
|
||||||
(let ((commit "a10ff6e75dae3c868023867e8caa534a04bdc624")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-libp2p-go-libp2p-metrics")
|
|
||||||
(version (git-version "2.1.6" revision commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/libp2p/go-libp2p-metrics")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"05wy0cq4h6yg9bzgapcvm2criwriicbswx80ma82gyn4a9fdrk8m"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/libp2p/go-libp2p-metrics"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-libp2p-go-flow-metrics
|
|
||||||
go-github-com-libp2p-go-libp2p-peer
|
|
||||||
go-github-com-libp2p-go-libp2p-protocol
|
|
||||||
go-github-com-libp2p-go-libp2p-crypto
|
|
||||||
go-github-com-multiformats-go-multihash
|
|
||||||
go-github-com-btcsuite-btcd-btcec
|
|
||||||
go-github-com-gogo-protobuf))
|
|
||||||
(home-page "https://github.com/libp2p/go-libp2p-metrics")
|
|
||||||
(synopsis "Connection wrapper for go-libp2p that provides bandwidth metrics")
|
|
||||||
(description "A connection wrapper for @command{go-libp2p} that provides bandwidth
|
|
||||||
statistics for wrapped connections.")
|
|
||||||
(license license:expat))))
|
|
||||||
|
|
||||||
(define-public go-github-com-mitchellh-go-homedir
|
(define-public go-github-com-mitchellh-go-homedir
|
||||||
(let ((commit "ae18d6b8b3205b561c79e8e5f69bff09736185f4")
|
(let ((commit "ae18d6b8b3205b561c79e8e5f69bff09736185f4")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Reference in a new issue