1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: mumble: Update to 1.5.857.

* gnu/packages/telephony.scm (mumble): Update to 1.5.857.

Change-Id: I53d31fc5e1259ac6fa6b74aa80c4fb29f85d0b4c
This commit is contained in:
jgart
2026-02-14 18:19:25 -05:00
parent ee225425c4
commit 57448e34cb

View File

@@ -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)))