aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-01 21:12:30 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-09-03 15:43:10 +0100
commitb1cf5c741cc30965afc32c081266d1ec06b71dbe (patch)
tree2908340712593146cd014644ea5d9488c2dfdc7a
parent3af80d07cb282904da4cad8baa120c87fd86acf1 (diff)
downloadguix-b1cf5c741cc30965afc32c081266d1ec06b71dbe.tar.gz
guix-b1cf5c741cc30965afc32c081266d1ec06b71dbe.zip
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
-rw-r--r--gnu/packages/golang-web.scm4
1 files 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.