gnu: phonon: Update to 4.10.1.
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.1.master
parent
1cffa65d15
commit
75ea6fe80e
|
@ -141,7 +141,7 @@ common build settings used in software produced by the KDE community.")
|
||||||
(define-public phonon
|
(define-public phonon
|
||||||
(package
|
(package
|
||||||
(name "phonon")
|
(name "phonon")
|
||||||
(version "4.10.0")
|
(version "4.10.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -150,7 +150,7 @@ common build settings used in software produced by the KDE community.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gyhlnwamzfw31kw4qh0v6rj0m47k9wfygd6h07klg9ggp60xhg2"))))
|
"1dwdw0hm6685psrp7v9frhkhqvsxrbdnm3gw794j5z7g3brqvag5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; TODO: Think about adding pulseaudio. Is it required for sound?
|
;; TODO: Think about adding pulseaudio. Is it required for sound?
|
||||||
|
|
Reference in New Issue