sharlatan pushed a commit to branch go-team in repository guix. commit 35bab9dd31e824cda9227ac9377792286a77a845 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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