sharlatan pushed a commit to branch go-team
in repository guix.
commit 39593cc442c6c943a4aad79f66c10c8d23df971d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 27 16:38:22 2025 +0000
gnu: go-github-com-pion-sdp-v3: Update to 3.0.10.
* gnu/packages/golang-web.scm (go-github-com-pion-sdp-v3): Update to 3.0.10.
Change-Id: Iae0280d426d5d17200083e19509d979b49486787
---
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 726251a581..4d1599bef2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -7065,7 +7065,7 @@ Protocol,SCTP} as specified in
(define-public go-github-com-pion-sdp-v3
(package
(name "go-github-com-pion-sdp-v3")
- (version "3.0.9")
+ (version "3.0.10")
(source
(origin
(method git-fetch)
@@ -7074,7 +7074,7 @@ Protocol,SCTP} as specified in
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "08d3glli1n45ayc26qwaxm7k5knrf99x5nwkllmmhf29g8kwc89n"))))
+ (base32 "0xpak20vwf3vmhi0lcj0xgy4snffsmyb6f2c6sq0w713drxqv2hb"))))
(build-system go-build-system)
(arguments
(list