gnu: phonon: Update to 4.11.1.

This commit is contained in:
Hartmut Goebel 2019-10-19 10:28:34 +02:00
parent 8bfd7c8beb
commit 4f8071f2a6
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -139,7 +139,7 @@ (define-public extra-cmake-modules
(define-public phonon
(package
(name "phonon")
(version "4.10.1")
(version "4.11.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -148,7 +148,7 @@ (define-public phonon
name "-" version ".tar.xz"))
(sha256
(base32
"1dwdw0hm6685psrp7v9frhkhqvsxrbdnm3gw794j5z7g3brqvag5"))))
"0bfy8iqmjhlg3ma3iqd3kxjc2zkzpjgashbpf5x17y0dc2i1whxl"))))
(build-system cmake-build-system)
(native-inputs
;; TODO: Think about adding pulseaudio. Is it required for sound?