mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
3af80d07cb
commit
b1cf5c741c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue