guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 97ff304a5478743c74c81bd4b1970906b994cc37
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 29 20:40:53 2025 +0900
gnu: liblinphone: Update to 5.3.112.
* gnu/packages/linphone.scm (liblinphone): Update to 5.3.112.
[inputs]: Replace libxml2 with libxml2-2.11.
Change-Id: Ib2b477152d2e189c350365f3aedeab1029b7a57d
---
gnu/packages/linphone.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index b7b16cd10a..77b1eeaf6b 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -734,7 +734,7 @@ device.")
(define-public liblinphone
(package
(name "liblinphone")
- (version "5.3.57")
+ (version "5.3.112")
(source
(origin
(method git-fetch)
@@ -743,7 +743,7 @@ device.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1f3hcbdkd8nqvjm5avylz226a8in360yiafcsxpa69wvh1a03i4h"))
+ (base32 "0a8v3mbv05xgnljls7y5xb7bcxvy8dl6k10jg421nihd5vab1jl3"))
(patches (search-patches "liblinphone-jsoncpp.patch"))))
(outputs '("out" "tester"))
(build-system cmake-build-system)
@@ -799,7 +799,7 @@ device.")
(list belle-sip
jsoncpp
mediastreamer2
- libxml2
+ libxml2-2.11
lime
ortp
sqlite))