[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/34: gnu: Add go-github-com-libp2p-go-libp2p-protocol.
From: |
Pierre Neidhardt |
Subject: |
20/34: gnu: Add go-github-com-libp2p-go-libp2p-protocol. |
Date: |
Wed, 24 Oct 2018 06:28:52 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 43a5c177379f580b804f843ace179d68a8b7fc03
Author: Pierre Neidhardt <address@hidden>
Date: Wed Oct 24 11:51:19 2018 +0200
gnu: Add go-github-com-libp2p-go-libp2p-protocol.
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-protocol): New
variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4c36f1e..4b2c30f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2941,3 +2941,28 @@ required by Go's standard Hash interface.")
(synopsis "PKI based identities for use in go-libp2p")
(description "PKI based identities for use in @command{go-libp2p}.")
(license license:expat))))
+
+(define-public go-github-com-libp2p-go-libp2p-protocol
+ (let ((commit "b29f3d97e3a2fb8b29c5d04290e6cb5c5018004b")
+ (revision "0"))
+ (package
+ (name "go-github-com-libp2p-go-libp2p-protocol")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/libp2p/go-libp2p-protocol.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xgjfnx9zcqglg9li29wdqywsp8hz22wx6phns9zscni2jsfidld"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path
+ "github.com/libp2p/go-libp2p-protocol"))
+ (home-page "https://github.com/libp2p/go-libp2p-protocol")
+ (synopsis "Type for protocol strings in Golang")
+ (description "Just a type for protocol strings. Nothing more.")
+ (license license:expat))))
- 18/34: gnu: Add go-github-com-multiformats-go-multihash., (continued)
- 18/34: gnu: Add go-github-com-multiformats-go-multihash., Pierre Neidhardt, 2018/10/24
- 17/34: gnu: Add go-github-com-spaolacci-murmur3., Pierre Neidhardt, 2018/10/24
- 22/34: gnu: Add go-github-com-mitchellh-go-homedir., Pierre Neidhardt, 2018/10/24
- 26/34: gnu: Add go-github-com-cheekybits-is., Pierre Neidhardt, 2018/10/24
- 31/34: gnu: Add go-github-com-whyrusleeping-stump., Pierre Neidhardt, 2018/10/24
- 33/34: gnu: Add go-github-com-ipfs-go-ipfs-api., Pierre Neidhardt, 2018/10/24
- 34/34: gnu: Add gx., Pierre Neidhardt, 2018/10/24
- 32/34: gnu: Add go-github-com-ipfs-go-ipfs-cmdkit-files., Pierre Neidhardt, 2018/10/24
- 16/34: gnu: Add go-github-com-minio-blake2b-simd., Pierre Neidhardt, 2018/10/24
- 24/34: gnu: Add go-github-com-multiformats-go-multiaddr-net., Pierre Neidhardt, 2018/10/24
- 20/34: gnu: Add go-github-com-libp2p-go-libp2p-protocol.,
Pierre Neidhardt <=
- 25/34: gnu: Add go-github-com-whyrusleeping-tar-utils., Pierre Neidhardt, 2018/10/24
- 21/34: gnu: Add go-github-com-libp2p-go-libp2p-metrics., Pierre Neidhardt, 2018/10/24
- 29/34: gnu: Add go-github-com-whyrusleeping-json-filter., Pierre Neidhardt, 2018/10/24
- 27/34: gnu: Add go-github-com-sabhiram-go-gitignore., Pierre Neidhardt, 2018/10/24
- 28/34: gnu: Add go-github-com-urfave-cli., Pierre Neidhardt, 2018/10/24
- 30/34: gnu: Add go-github-com-whyrusleeping-progmeter., Pierre Neidhardt, 2018/10/24
- 23/34: gnu: Add go-github-com-multiformats-go-multiaddr., Pierre Neidhardt, 2018/10/24