mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
2be06b8167
commit
9d124fa701
1 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue