gnu: Update phonon to 4.9.1
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
This commit is contained in:
parent
d04687dc83
commit
446809fb35
|
@ -103,7 +103,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.9.0")
|
(version "4.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -112,7 +112,7 @@ common build settings used in software produced by the KDE community.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
|
"177647r2jqfm32hqcz2nqfqv6v48hn5ab2vc31svba2wz23fkgk7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||||
|
|
Loading…
Reference in New Issue