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
|
||||
(package
|
||||
(name "go-github-com-pion-rtp")
|
||||
(version "1.8.11")
|
||||
(version "1.8.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8732,11 +8732,13 @@ to @url{https://www.rfc-editor.org/rfc/rfc3550, RFC 3550},
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1a4fj31j7glhfsnxxwm8r72l6capz9mh8kfr340659ahgiijdkcg"))))
|
||||
(base32 "1hc5cdxgf0m44awvzzaby3hrlnhjbxjivl6981069xwgxspqakhm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/pion/rtp"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-pion-randutil))
|
||||
(home-page "https://github.com/pion/rtp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue