mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bzrtp: Update to 5.3.112.
* gnu/packages/linphone.scm (bzrtp): Update to 5.3.112. Change-Id: I5fbf6b3152db4a5dad9bfa9e0c0076387d1d5fa7
This commit is contained in:
parent
97833e0adc
commit
d387bce955
1 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@ implements the RFC 3550 standard.")
|
||||||
(define-public bzrtp
|
(define-public bzrtp
|
||||||
(package
|
(package
|
||||||
(name "bzrtp")
|
(name "bzrtp")
|
||||||
(version "5.3.57")
|
(version "5.3.112")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -459,7 +459,7 @@ implements the RFC 3550 standard.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q8w5blf2cjmzyv4bdd7zg4lv3pfjq6w6cfm6d75az4xqzg023kp"))))
|
(base32 "1bi82isc8r3h6pwiwqfxd089dfzx1ijfl4nhp75yqwr6dvqhrz68"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue