gnu: pulseaudio: Update to 11.1.

* gnu/packages/pulseaudio.scm (pulseaudio): Update to 11.1.
This commit is contained in:
Marius Bakke 2017-12-17 17:28:34 +01:00
parent a53a5b7142
commit 2edf825974
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ rates.")
(define-public pulseaudio
(package
(name "pulseaudio")
(version "11.0")
(version "11.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -128,7 +128,7 @@ rates.")
name "-" version ".tar.xz"))
(sha256
(base32
"0sf92knqkvqmfhrbz4vlsagzqlps72wycpmln5dygicg07a0a8q7"))
"17ndr6kc7hpv4ih4gygwlcpviqifbkvnk4fbwf4n25kpb991qlpj"))
(modules '((guix build utils)))
(snippet
;; Disable console-kit support by default since it's deprecated