mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: phonon: Update to 4.8.0.
* gnu/packages/kde.scm (phonon): Update to 4.8.0.
This commit is contained in:
parent
a9638ac413
commit
dc47939172
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ (define-public automoc4
|
|||
(define-public phonon
|
||||
(package
|
||||
(name "phonon")
|
||||
(version "4.7.0")
|
||||
(version "4.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.kde.org/stable/" name
|
||||
|
@ -68,7 +68,7 @@ (define-public phonon
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sxrnwm16dxy32xmrqf26762wmbqing1zx8i4vlvzgzvd9xy39ac"))))
|
||||
"096m3v4i7gmn0870l1bifna5bwbii6xrdk29i98s9i9zr1k2mjrv"))))
|
||||
(build-system cmake-build-system)
|
||||
;; FIXME: Add interpreter ruby once available.
|
||||
;; Add optional input libqtzeitgeist.
|
||||
|
|
Loading…
Reference in a new issue