guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fdc5aef4cd69eb5ea9c0139bf7f619dda7380d83
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 29 20:40:54 2025 +0900
gnu: mswebrtc: Update to 5.4.0.
* gnu/packages/linphone.scm (mswebrtc): Update to 5.4.0.
Change-Id: I46796f76ede89f093d9410cfa08d3e033b997e9f
---
gnu/packages/linphone.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index ff1bd9b39d..a64fd56b56 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -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)