From b1cf5c741cc30965afc32c081266d1ec06b71dbe Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 1 Sep 2024 21:12:30 +0100 Subject: gnu: go-github-com-pion-ice-v2: Update to 2.3.34. * gnu/packages/golang-web.scm (go-github-com-pion-ice-v2): Update to 2.3.34. Change-Id: I6342d0de59228baedc440d7a0dda4e4daa606589 --- 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 204b1c2341..6911036340 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -3563,7 +3563,7 @@ part of @url{https://github.com/pion, Pion} WebRTC implementation.") (package (inherit go-github-com-pion-ice) (name "go-github-com-pion-ice-v2") - (version "2.3.24") + (version "2.3.34") (source (origin (method git-fetch) @@ -3572,7 +3572,7 @@ part of @url{https://github.com/pion, Pion} WebRTC implementation.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0mh7l31vv15gxpl61f22jwpc77b5l9wx4hbjv4h8cgmpb9911cv8")))) + (base32 "1hiiwd3xchlybbvgd33s0i7rcwgrdiw3q963avzziycimia0qyvz")))) (arguments (list #:tests? #f ;Tests require network access. -- cgit v1.2.3