mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: phonon: Update to 4.11.1.
This commit is contained in:
parent
8bfd7c8beb
commit
4f8071f2a6
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ (define-public extra-cmake-modules
|
||||||
(define-public phonon
|
(define-public phonon
|
||||||
(package
|
(package
|
||||||
(name "phonon")
|
(name "phonon")
|
||||||
(version "4.10.1")
|
(version "4.11.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -148,7 +148,7 @@ (define-public phonon
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dwdw0hm6685psrp7v9frhkhqvsxrbdnm3gw794j5z7g3brqvag5"))))
|
"0bfy8iqmjhlg3ma3iqd3kxjc2zkzpjgashbpf5x17y0dc2i1whxl"))))
|
||||||
(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?
|
||||||
|
|
Loading…
Reference in a new issue