mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
||||
(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?
|
||||
|
|
Loading…
Reference in a new issue