gnu: pulseaudio: Update to 10.0.

* gnu/packages/pulseaudio.scm (pulseaudio): Update to 10.0.
[inputs]: Remove JSON-C.
This commit is contained in:
Marius Bakke 2017-03-08 16:17:24 +01:00
parent da79e82b14
commit 946937e36d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 3 deletions

View File

@ -113,7 +113,7 @@ rates.")
(define-public pulseaudio
(package
(name "pulseaudio")
(version "9.0")
(version "10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -121,7 +121,7 @@ rates.")
name "-" version ".tar.xz"))
(sha256
(base32
"11j682g2mn723sz3bh4i44ggq29z053zcggy0glzn63zh9mxdly3"))
"0mrg8qvpwm4ifarzphl3749p7p050kdx1l6mvsaj03czvqj6h653"))
(modules '((guix build utils)))
(snippet
;; Disable console-kit support by default since it's deprecated
@ -155,7 +155,6 @@ rates.")
`(("alsa-lib" ,alsa-lib)
("bluez" ,bluez)
("sbc" ,sbc)
("json-c" ,json-c)
("speex" ,speex)
("libsndfile" ,libsndfile)
("libsamplerate" ,libsamplerate)