guix-commits
[Top][All Lists]
Advanced

[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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]