3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
Michael Rohleder 2020-10-23 02:29:45 +02:00 committed by Leo Famulari
parent f4160fe570
commit 3c7ea67465
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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