diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-08 14:11:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-08 20:05:05 +0200 |
commit | 9946badad1e3fd918932806ad963dcc6cfc00428 (patch) | |
tree | ead047f686ca921ec3a74008bc1a6ab0da64d388 /gnu/packages/linphone.scm | |
parent | 71eac43207988a6b6b943541459c2084e6144501 (diff) |
gnu: bzrtp: Update to 5.2.49.
* gnu/packages/linphone.scm (bzrtp): Update to 5.2.49.
Diffstat (limited to 'gnu/packages/linphone.scm')
-rw-r--r-- | gnu/packages/linphone.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 961967a975..26390b1c38 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -448,7 +448,7 @@ implements the RFC 3550 standard.") (define-public bzrtp (package (name "bzrtp") - (version "4.4.34") + (version "5.2.49") (source (origin (method git-fetch) @@ -457,7 +457,7 @@ implements the RFC 3550 standard.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1yjmsbqmymzl4r7sba6w4a2yld8m6hzafr6jf7sj0syhwpnc3zv6")))) + (base32 "0dvn1w0g9c07llz9n82l6qdzz8lzz74jcdm1yyfks0jy7i63cr8w")))) (build-system cmake-build-system) (arguments `(#:configure-flags |