guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: mumble: Update to 1.2.19.


From: Marius Bakke
Subject: 02/05: gnu: mumble: Update to 1.2.19.
Date: Wed, 1 Feb 2017 13:17:50 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 69ec039105fda7f523b2c5dbb61b55c156b9fe3d
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 1 13:01:20 2017 +0100

    gnu: mumble: Update to 1.2.19.
    
    * gnu/packages/telephony.scm (mumble): Update to 1.2.19.
---
 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 2adf08c..c393caa 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.18")
+    (version "1.2.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mumble.info/snapshot/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ajmdzf2jqbnm4hm53wv8bzazffflzs3z8hhbl70kfci4v4arxz0"))
+                "1s60vaici3v034jzzi20x23hsj6mkjlc0glipjq4hffrg9qgnizh"))
               (modules '((guix build utils)))
               (snippet
                `(begin



reply via email to

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