lilyp pushed a commit to branch master
in repository guix.

commit 575dbab74622ee8304827b98865a26225145e22a
Author: Michael Rohleder <[email protected]>
AuthorDate: Fri Sep 9 18:32:34 2022 +0200

    gnu: mumble: Update to 1.4.274.
    
    * gnu/packages/telephony.scm (mumble): Update to 1.4.274.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/telephony.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 0c12341771..6702155a57 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2019 Jan Wielkiewicz <[email protected]>
 ;;; Copyright © 2019 Ivan Vilata i Balaguer <[email protected]>
 ;;; Copyright © 2020 Brett Gilio <[email protected]>
-;;; Copyright © 2020 Michael Rohleder <[email protected]>
+;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]>
 ;;; Copyright © 2020 Raghav Gururajan <[email protected]>
 ;;; Copyright © 2020, 2021 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2020 Vincent Legoll <[email protected]>
@@ -555,7 +555,7 @@ address of one of the participants.")
 (define-public mumble
   (package
     (name "mumble")
-    (version "1.4.230")
+    (version "1.4.274")
     (source (origin
               (method url-fetch)
               (uri
@@ -564,7 +564,7 @@ address of one of the participants.")
                 version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1c1lwj0cpyawr74adpdrsnxk8ra5kqrjbg65cnwk8n6cwss84zdn"))
+                "12rv61mmpgvcc1svq2y66r29sl47y9lfi9if0r09x4nqrkf7vj3y"))
               (modules '((guix build utils)
                          (ice-9 ftw)
                          (srfi srfi-1)))

Reply via email to