mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mswebrtc: Update to 5.4.0.
* gnu/packages/linphone.scm (mswebrtc): Update to 5.4.0. Change-Id: I46796f76ede89f093d9410cfa08d3e033b997e9f
This commit is contained in:
parent
65f2d85ba8
commit
c22d806968
1 changed files with 2 additions and 2 deletions
|
@ -987,7 +987,7 @@ codec. It is based on the Skype's SILK implementation.")
|
||||||
;; latest one available.
|
;; latest one available.
|
||||||
(package
|
(package
|
||||||
(name "mswebrtc")
|
(name "mswebrtc")
|
||||||
(version "1.1.2")
|
(version "5.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -996,7 +996,7 @@ codec. It is based on the Skype's SILK implementation.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10j124vd9zm03s1vzb74n3zjrf6x1nfvji7vryih4dq2xlgrqxx6"))
|
(base32 "0dgkqxwqp05n14wwg805zfycy1rryrmpp25p8gfzdsxgljk29phn"))
|
||||||
(patches (search-patches "mswebrtc-b64-refactor.patch"
|
(patches (search-patches "mswebrtc-b64-refactor.patch"
|
||||||
"mswebrtc-cmake.patch"))))
|
"mswebrtc-cmake.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue