guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mumble: Update to 1.3.4 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: mumble: Update to 1.3.4 [security fixes].
Date: Sun, 28 Feb 2021 23:46:38 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ea13b3a  gnu: mumble: Update to 1.3.4 [security fixes].
ea13b3a is described below

commit ea13b3a14cb079e33b59cf60cdabf500ecc51cf1
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Mar 1 05:43:28 2021 +0100

    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'.
---
 gnu/packages/telephony.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index df6df83..dbf17a4 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -515,14 +515,16 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.3.3")
+    (version "1.3.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://mumble.info/snapshot/stable/";
-                                  name "-" version ".tar.gz"))
+              (uri
+               (string-append
+                "https://github.com/mumble-voip/mumble/releases/download/";
+                version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "101gw1334zmqsbjrba5dq1v4p2nxcs37g2yrzvkcra6s9ri4fw3j"))
+                "14v0rgy1a5alxmz7ly95y38bdj0hx79yysgkcd8r8p9qqfzlwpv1"))
               (modules '((guix build utils)))
               (snippet
                `(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]