summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-13 21:41:20 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:41 +0100
commit4d700ef88182d2dc47ff7ef2769b770fcb19e9ad (patch)
tree3c454c9820d3faf97600d22fd39bffa1046c0f06 /gnu
parent3bc407cc0f22689f488926f60856d00c99e64463 (diff)
gnu: go-github-com-pion-sdp-v3: Update to 3.0.17.
* gnu/packages/golang-web.scm (go-github-com-pion-sdp-v3): Update to 3.0.17. Change-Id: I45023fc937193424c0f5a55a495af854fe34b799
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ebb3eecf11..82d0ef0dfd 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11701,16 +11701,16 @@ Protocol,SCTP} as specified in
(define-public go-github-com-pion-sdp-v3
(package
(name "go-github-com-pion-sdp-v3")
- (version "3.0.10")
+ (version "3.0.17")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/sdp")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/sdp")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xpak20vwf3vmhi0lcj0xgy4snffsmyb6f2c6sq0w713drxqv2hb"))))
+ (base32 "03i8csyagyh8ybm0niwsva7h1qgg9nn68mlhdxdrzxadf2564dn9"))))
(build-system go-build-system)
(arguments
(list