guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 05793ce3470e1558a2edf7fd30a7e8d6caf1f54f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:37:20 2026 +0000
gnu: go-github-com-pion-sctp: Update to 1.9.2.
* gnu/packages/golang-web.scm (go-github-com-pion-sctp): Update to 1.9.2.
[propagated-inputs]: Remove go-github-com-pion-transport-v3; add
go-github-com-pion-transport-v4.
Change-Id: I86a9c832e9a398bb5cf69fff4f49b1a5a602126c
---
gnu/packages/golang-web.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 4551918805..d2b7314d93 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11814,16 +11814,16 @@ packetizer and depacketizer.")
(define-public go-github-com-pion-sctp
(package
(name "go-github-com-pion-sctp")
- (version "1.8.36")
+ (version "1.9.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/sctp")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/sctp")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0j9ibj7mhrnh4vmcm6dh6l7q52jq0h6788gvgsfmhh7mxrlajgy3"))))
+ (base32 "0byfznyagyq9xp20iy3rd4pnriy727csvkn7jhm60wwr47151rzs"))))
(build-system go-build-system)
(arguments
(list
@@ -11833,7 +11833,7 @@ packetizer and depacketizer.")
(propagated-inputs
(list go-github-com-pion-logging
go-github-com-pion-randutil
- go-github-com-pion-transport-v3))
+ go-github-com-pion-transport-v4))
(home-page "https://github.com/pion/sctp")
(synopsis "Implementation of SCTP in Golang")
(description