aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/telephony.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-04-28 08:56:48 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-04-28 08:56:48 +0800
commite42117bfc9afd7650f14efd2b2def68fcbfd4e36 (patch)
tree6111c718ea66c60e88ffbab752cab56a6a183d9f /gnu/packages/telephony.scm
parent7193b8f9fdf0aefd28c792f9b0af857e63aceefb (diff)
downloadguix-e42117bfc9afd7650f14efd2b2def68fcbfd4e36.tar
guix-e42117bfc9afd7650f14efd2b2def68fcbfd4e36.tar.gz
gnu: mumble: Update to 1.4.287, fix build.
* gnu/packages/telephony.scm (mumble): Update to 1.4.287. [inputs]: Use openssl-1.1.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r--gnu/packages/telephony.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 7666176908..483c91aa32 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -564,7 +564,7 @@ address of one of the participants.")
(define-public mumble
(package
(name "mumble")
- (version "1.4.274")
+ (version "1.4.287")
(source (origin
(method url-fetch)
(uri
@@ -573,7 +573,7 @@ address of one of the participants.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "12rv61mmpgvcc1svq2y66r29sl47y9lfi9if0r09x4nqrkf7vj3y"))
+ "0iq54011jgrc5ipk16x05n3sj54j8mzhcidnzcdsb2x5pzan33ip"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
@@ -649,7 +649,7 @@ address of one of the participants.")
libsndfile
libxi
mesa ; avoid bundled
- openssl
+ openssl-1.1 ; 1.5.x works with openssl-3.x
opus ; avoid bundled
poco
protobuf