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:
Maxim Cournoyer 2025-09-29 20:40:54 +09:00
parent 42022442d4
commit fdc5aef4cd
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)