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.3.


From: guix-commits
Subject: branch master updated: gnu: mumble: Update to 1.3.3.
Date: Sun, 25 Oct 2020 14:42:56 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c7ea67  gnu: mumble: Update to 1.3.3.
3c7ea67 is described below

commit 3c7ea674651d786960f084388f75da03d844a406
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Oct 23 02:29:45 2020 +0200

    gnu: mumble: Update to 1.3.3.
    
    * gnu/packages/telephony.scm (mumble): Update to 1.3.3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 6ee1b2c..48e30ab 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -515,14 +515,14 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.3.2")
+    (version "1.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mumble.info/snapshot/stable/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1q91vp3bp7xn67g9kgp1pfgxjj1hks3w60vdxcfm3373wy5db5lz"))
+                "101gw1334zmqsbjrba5dq1v4p2nxcs37g2yrzvkcra6s9ri4fw3j"))
               (modules '((guix build utils)))
               (snippet
                `(begin



reply via email to

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