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
42022442d4
commit
fdc5aef4cd
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.
|
||||
(package
|
||||
(name "mswebrtc")
|
||||
(version "1.1.2")
|
||||
(version "5.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -996,7 +996,7 @@ codec. It is based on the Skype's SILK implementation.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10j124vd9zm03s1vzb74n3zjrf6x1nfvji7vryih4dq2xlgrqxx6"))
|
||||
(base32 "0dgkqxwqp05n14wwg805zfycy1rryrmpp25p8gfzdsxgljk29phn"))
|
||||
(patches (search-patches "mswebrtc-b64-refactor.patch"
|
||||
"mswebrtc-cmake.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue