guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mumble: Update to 1.2.18.


From: Marius Bakke
Subject: 01/01: gnu: mumble: Update to 1.2.18.
Date: Sun, 18 Dec 2016 15:54:03 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 059941652033713358837dee6203a28f52481572
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]