summary refs log tree commit diff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-08-25 23:56:53 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-25 23:56:58 +0100
commit98aff70c69f16e9c27d557389354a767cc8c994d (patch)
tree9245070bdc1ec3d1b94aef6e5878ea0ac18fd7ec
parentf7e0bb055fcf79244e6d318298fdf92ec6ce2350 (diff)
downloadguix-98aff70c69f16e9c27d557389354a767cc8c994d.tar.gz
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
-rw-r--r--gnu/packages/golang.scm33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 26fdde6abf..8b70c564f3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4420,39 +4420,6 @@ required by Go's standard Hash interface.")
       (description "Just a type for protocol strings.  Nothing more.")
       (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
   (let ((commit "ae18d6b8b3205b561c79e8e5f69bff09736185f4")
         (revision "0"))