diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:23 +0100 |
commit | da2f7868f8816d801d485d7d73206161d69aa8e9 (patch) | |
tree | ac064a1410d8cd182534da8fa0f0f50ba1f360db /gnu | |
parent | f28ca2447c5e2eef1ba6a3a11587380a665b0e26 (diff) | |
download | guix-da2f7868f8816d801d485d7d73206161d69aa8e9.tar.gz |
gnu: coturn: Update to 4.6.1.
* gnu/packages/telephony.scm (coturn): Update to 4.6.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/telephony.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 302b351fbb..81621e9d4d 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -904,7 +904,7 @@ telephony functionality into custom Telegram clients.") (define-public coturn (package (name "coturn") - (version "4.6.0") + (version "4.6.1") (source (origin (method git-fetch) @@ -913,7 +913,7 @@ telephony functionality into custom Telegram clients.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "152v2lnjj9b3w61d8aak7hmi9riw9cjs5g54g1gfpzlyk4c2jw21")))) + (base32 "04d3c2lxc496zxx3nzqr9fskm2w57kqijdfq3wsa0yp2dp28yjkj")))) (inputs (list openssl sqlite |