guix-commits
[Top][All Lists]
Advanced

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

63/155: gnu: mumble: Update to 1.2.18.


From: John Darrington
Subject: 63/155: gnu: mumble: Update to 1.2.18.
Date: Wed, 21 Dec 2016 20:48:33 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 139f66a3748137c66a43c0907a68135305e05442
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 18 16:53:21 2016 +0100

    gnu: mumble: Update to 1.2.18.
    
    * gnu/packages/telephony.scm (mumble): Update to 1.2.18.
---
 gnu/packages/telephony.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 62efcfd..2adf08c 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -318,14 +318,14 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.2.17")
+    (version "1.2.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mumble.info/snapshot/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "176br3b0pv5sz3zvgzsz9rxr3n79irlm902h7n1wh4f6vbph2dhw"))
+                "1ajmdzf2jqbnm4hm53wv8bzazffflzs3z8hhbl70kfci4v4arxz0"))
               (modules '((guix build utils)))
               (snippet
                `(begin



reply via email to

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