gnu: coturn: Update to 4.6.1.
* gnu/packages/telephony.scm (coturn): Update to 4.6.1.master
parent
f28ca2447c
commit
da2f7868f8
|
@ -904,7 +904,7 @@ telephony functionality into custom Telegram clients.")
|
||||||
(define-public coturn
|
(define-public coturn
|
||||||
(package
|
(package
|
||||||
(name "coturn")
|
(name "coturn")
|
||||||
(version "4.6.0")
|
(version "4.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -913,7 +913,7 @@ telephony functionality into custom Telegram clients.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "152v2lnjj9b3w61d8aak7hmi9riw9cjs5g54g1gfpzlyk4c2jw21"))))
|
(base32 "04d3c2lxc496zxx3nzqr9fskm2w57kqijdfq3wsa0yp2dp28yjkj"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list openssl
|
(list openssl
|
||||||
sqlite
|
sqlite
|
||||||
|
|
Reference in New Issue