This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 57448e34cb gnu: mumble: Update to 1.5.857.
57448e34cb is described below
commit 57448e34cbcd92e3c2402e2c7ef96564075b129b
Author: jgart <[email protected]>
AuthorDate: Sat Feb 14 18:19:25 2026 -0500
gnu: mumble: Update to 1.5.857.
* gnu/packages/telephony.scm (mumble): Update to 1.5.857.
Change-Id: I53d31fc5e1259ac6fa6b74aa80c4fb29f85d0b4c
---
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 29d267259c..dfb4c0ef8b 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -564,7 +564,7 @@ address of one of the participants.")
(define-public mumble
(package
(name "mumble")
- (version "1.5.634")
+ (version "1.5.857")
(source (origin
(method url-fetch)
(uri
@@ -573,7 +573,7 @@ address of one of the participants.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "0aar5if80w8ay9i03lpnznz6ln1gh1jjrzxfbj9fdc4as8rkckwh"))
+ "0irvkhz8189kqn0n670l55grk4kvb126n9p944yji69gn86fwqp0"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))