mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-pion-rtp: Update to 1.8.21.
* gnu/packages/golang-web.scm (go-github-com-pion-rtp): Update to 1.8.21. [native-inputs]: Add go-github-com-stretchr-testify. Change-Id: I4e4b711f185d08de82d6fdf1a0c9820b6b69d526
This commit is contained in:
parent
1a4c9f70f3
commit
5057e542aa
1 changed files with 4 additions and 2 deletions
|
@ -8723,7 +8723,7 @@ to @url{https://www.rfc-editor.org/rfc/rfc3550, RFC 3550},
|
||||||
(define-public go-github-com-pion-rtp
|
(define-public go-github-com-pion-rtp
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-pion-rtp")
|
(name "go-github-com-pion-rtp")
|
||||||
(version "1.8.11")
|
(version "1.8.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8732,11 +8732,13 @@ to @url{https://www.rfc-editor.org/rfc/rfc3550, RFC 3550},
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a4fj31j7glhfsnxxwm8r72l6capz9mh8kfr340659ahgiijdkcg"))))
|
(base32 "1hc5cdxgf0m44awvzzaby3hrlnhjbxjivl6981069xwgxspqakhm"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/pion/rtp"))
|
#:import-path "github.com/pion/rtp"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-pion-randutil))
|
(list go-github-com-pion-randutil))
|
||||||
(home-page "https://github.com/pion/rtp")
|
(home-page "https://github.com/pion/rtp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue