mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mediastreamer2: Update to 5.3.112.
* gnu/packages/linphone.scm (mediastreamer2): Update to 5.3.112. Change-Id: I1afe825c0e3b529944a5301052032f6e996681b4
This commit is contained in:
parent
19cd14a55a
commit
055b4d91f5
1 changed files with 2 additions and 2 deletions
|
@ -570,7 +570,7 @@ API. It also comprises a simple HTTP/HTTPS client implementation.")
|
||||||
(define-public mediastreamer2
|
(define-public mediastreamer2
|
||||||
(package
|
(package
|
||||||
(name "mediastreamer2")
|
(name "mediastreamer2")
|
||||||
(version "5.3.57")
|
(version "5.3.112")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -579,7 +579,7 @@ API. It also comprises a simple HTTP/HTTPS client implementation.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zv13icfdpaq7fa325mnqf340vbvif9791hb9h22qpc0f2wcwvjb"))))
|
(base32 "1z46vpcg4n2i28vv09p6g69wa6bh6pbwzkmygy5653rn55vhd9ng"))))
|
||||||
(outputs '("out" "doc" "tester"))
|
(outputs '("out" "doc" "tester"))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue