guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit a1636d7ad9fee3e5db58c9e065b3024286e41dc3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:23:39 2026 +0000
gnu: go-github-com-pion-ice-v4: Update to 4.2.0.
* gnu/packages/golang-web.scm (go-github-com-pion-ice-v4): Update to 4.2.0.
Change-Id: Ia83cd6ee771031c011f3a13bb0608330f83c2f63
---
gnu/packages/golang-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 37e43629cc..0fbfea853b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11646,16 +11646,16 @@ part of @url{https://github.com/pion, Pion} WebRTC
implementation.")
(package
(inherit go-github-com-pion-ice-v3)
(name "go-github-com-pion-ice-v4")
- (version "4.0.7")
+ (version "4.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pion/ice/")
- (commit (string-append "v" version))))
+ (url "https://github.com/pion/ice/")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0kcq14li99dpm927rqizmmnkx6jwp9zr4fvhhv42id9dmn8y6yqj"))))
+ (base32 "18xys90qh2i88wfsr6gsvkivbhl0fypcgf3ffcacsc5jfrk235sm"))))
(arguments
(list
#:tests? #f ;Tests require network access.