diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-07-28 05:54:56 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-30 00:57:29 +0200 |
commit | 299e3598c25b0eb0ad7a44a6d758d7d7dc7470a2 (patch) | |
tree | 84b538cd1703d7bbefbcd81801d675bcfbb88b19 | |
parent | 6ce5411aa602ce96ef03381c7403825a43ab673c (diff) | |
download | guix-299e3598c25b0eb0ad7a44a6d758d7d7dc7470a2.tar.gz guix-299e3598c25b0eb0ad7a44a6d758d7d7dc7470a2.zip |
gnu: mumble: Update to 1.3.2.
* gnu/packages/telephony.scm (mumble): Update to 1.3.2.
Signed-off-by: Marius Bakke <marius@gnu.org>
-rw-r--r-- | gnu/packages/telephony.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 4c5e4d5d78..a7b701c592 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.0") + (version "1.3.2") (source (origin (method url-fetch) - (uri (string-append "https://mumble.info/snapshot/" + (uri (string-append "https://mumble.info/snapshot/stable/" name "-" version ".tar.gz")) (sha256 (base32 - "03dqg5yf6d7ilc1wydpshnv1ndssppcbadqcq20jm5j4fdaf53cs")) + "1q91vp3bp7xn67g9kgp1pfgxjj1hks3w60vdxcfm3373wy5db5lz")) (modules '((guix build utils))) (snippet `(begin @@ -537,9 +537,6 @@ address of one of the participants.") "3rdparty/minhook-src" "3rdparty/opus-build" ; in opus "3rdparty/opus-src" - "3rdparty/sbcelt-helper-build" ; not enabled - "3rdparty/sbcelt-lib-build" - "3rdparty/sbcelt-src" "3rdparty/speex-build" ; in speex "3rdparty/speex-src" "3rdparty/speexdsp-src" ; in speexdsp |