gnu: mumble: Update to 1.4.287, fix build.
* gnu/packages/telephony.scm (mumble): Update to 1.4.287. [inputs]: Use openssl-1.1.master
parent
7193b8f9fd
commit
e42117bfc9
|
@ -564,7 +564,7 @@ address of one of the participants.")
|
||||||
(define-public mumble
|
(define-public mumble
|
||||||
(package
|
(package
|
||||||
(name "mumble")
|
(name "mumble")
|
||||||
(version "1.4.274")
|
(version "1.4.287")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -573,7 +573,7 @@ address of one of the participants.")
|
||||||
version "/" name "-" version ".tar.gz"))
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12rv61mmpgvcc1svq2y66r29sl47y9lfi9if0r09x4nqrkf7vj3y"))
|
"0iq54011jgrc5ipk16x05n3sj54j8mzhcidnzcdsb2x5pzan33ip"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 ftw)
|
(ice-9 ftw)
|
||||||
(srfi srfi-1)))
|
(srfi srfi-1)))
|
||||||
|
@ -649,7 +649,7 @@ address of one of the participants.")
|
||||||
libsndfile
|
libsndfile
|
||||||
libxi
|
libxi
|
||||||
mesa ; avoid bundled
|
mesa ; avoid bundled
|
||||||
openssl
|
openssl-1.1 ; 1.5.x works with openssl-3.x
|
||||||
opus ; avoid bundled
|
opus ; avoid bundled
|
||||||
poco
|
poco
|
||||||
protobuf
|
protobuf
|
||||||
|
|
Reference in New Issue