summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-27 16:38:20 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 16:50:26 +0100
commit3ff8febdab04cc86b6582db8924289d75979f6b5 (patch)
treea7ffdfa67c7c47d308680ce1255087ace24fe8bc
parentf8618e8daeca5630ec17aa596a76e852e2da42e0 (diff)
gnu: Add go-github-com-libp2p-go-yamux-v5.
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-yamux-v5): New variable. Change-Id: I7a2dc453b42b9e02d69083a9d140c5ca40bdf854
-rw-r--r--gnu/packages/golang-web.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 93fd5c40a7b..2549cb455a2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5344,6 +5344,25 @@ such as TCP or Unix domain sockets, and provides stream-oriented multiplexing.
It is inspired by SPDY but is not interoperable with it.")
(license (list license:mpl2.0 license:bsd-3))))
+(define-public go-github-com-libp2p-go-yamux-v5
+ (package
+ (inherit go-github-com-libp2p-go-yamux-v4)
+ (name "go-github-com-libp2p-go-yamux-v5")
+ (version "5.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/libp2p/go-yamux")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "019jj3qwzrbqcgwzri5iwi1vh2cn0ms6k8fx14jlmy856b25yl3y"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/libp2p/go-yamux/v5"))))
+
(define-public go-github-com-libp2p-zeroconf-v2
(package
(name "go-github-com-libp2p-zeroconf-v2")