sharlatan pushed a commit to branch go-team
in repository guix.
commit aca080ea2be7f24d61264f80509fc7b7596edc02
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 27 16:38:21 2025 +0000
gnu: go-github-com-pion-sctp: Update to 1.8.36.
* gnu/packages/golang-web.scm (go-github-com-pion-sctp): Update to 1.8.36.
Change-Id: Ic580b87d5671d404fef5a6e0783c0de04f54d815
---
gnu/packages/golang-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 94699c19bb..726251a581 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -7034,7 +7034,7 @@ packetizer and depacketizer.")
(define-public go-github-com-pion-sctp
(package
(name "go-github-com-pion-sctp")
- (version "1.8.19")
+ (version "1.8.36")
(source
(origin
(method git-fetch)
@@ -7043,7 +7043,7 @@ packetizer and depacketizer.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19yzpyrlmk3gvpkpn5846rad9cc8ffxw9jqwnpr6szqax7k0l0zw"))))
+ (base32 "0j9ibj7mhrnh4vmcm6dh6l7q52jq0h6788gvgsfmhh7mxrlajgy3"))))
(build-system go-build-system)
(arguments
(list