guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 71c0ff0020f34b1c3c2e2382ca26a81b58fa8a46
Author: Arthur Rodrigues <[email protected]>
AuthorDate: Fri Jan 30 12:35:00 2026 -0300
gnu: Add go-github-com-ishidawataru-sctp.
* gnu/packages/golang-web.scm (go-github-com-ishidawataru-sctp): New
variable.
Change-Id: Ibbca95bb49340aa6d674a62e69f6577a3bc5c1fa
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-web.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 03580836c0..3bd383f3ec 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -7484,6 +7484,35 @@ It is used in @code{go-ipfs} and related packages to
refer to a typed hunk of
data.")
(license license:expat)))
+(define-public go-github-com-ishidawataru-sctp
+ (package
+ (name "go-github-com-ishidawataru-sctp")
+ (version "0.0.0-20251114114122-19ddcbc6aae2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ishidawataru/sctp")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04xp753kal8mb9sjxvcmal8x42q2x3ag9msk3af3f1gnfd0942r5"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/ishidawataru/sctp"
+ #:test-flags
+ #~(list "-skip" (string-join
+ (list "TestSCTPConcurrentAccept"
+ "TestStreams")
+ "|"))))
+ (home-page "https://github.com/ishidawataru/sctp")
+ (synopsis "SCTP support for Golang")
+ (description
+ "This package provides support for @acronym{SCTP,Stream Control
+Transmission Protocol} support for Golang.")
+ (license license:asl2.0)))
+
(define-public go-github-com-jackpal-gateway
(package
(name "go-github-com-jackpal-gateway")