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
This commit is contained in:
Sharlatan Hellseher 2024-09-01 21:12:30 +01:00
parent 3af80d07cb
commit b1cf5c741c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3563,7 +3563,7 @@ (define-public go-github-com-pion-ice-v2
(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 @@ (define-public go-github-com-pion-ice-v2
(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.