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
This commit is contained in:
Maxim Cournoyer 2025-09-29 20:40:53 +09:00
parent 2be06b8167
commit 9d124fa701
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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