gnu: mumble: Update to 1.3.4 [security fixes].
* gnu/packages/telephony.scm (mumble): Update to 1.3.4. [source]: Use GitHub releases as tarballs stopped being distributed through 'mumble.info'.master
parent
d85edd7a95
commit
ea13b3a14c
|
@ -515,14 +515,16 @@ address of one of the participants.")
|
||||||
(define-public mumble
|
(define-public mumble
|
||||||
(package
|
(package
|
||||||
(name "mumble")
|
(name "mumble")
|
||||||
(version "1.3.3")
|
(version "1.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://mumble.info/snapshot/stable/"
|
(uri
|
||||||
name "-" version ".tar.gz"))
|
(string-append
|
||||||
|
"https://github.com/mumble-voip/mumble/releases/download/"
|
||||||
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"101gw1334zmqsbjrba5dq1v4p2nxcs37g2yrzvkcra6s9ri4fw3j"))
|
"14v0rgy1a5alxmz7ly95y38bdj0hx79yysgkcd8r8p9qqfzlwpv1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
|
|
Reference in New Issue