Skip to content
Snippets Groups Projects
Commit 898da0cc authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: phonon: Update to 4.8.3.

* gnu/packages/kde.scm (phonon): Update to 4.8.3.
parent 2af29d23
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -60,15 +60,15 @@ (define-public automoc4 ...@@ -60,15 +60,15 @@ (define-public automoc4
(define-public phonon (define-public phonon
(package (package
(name "phonon") (name "phonon")
(version "4.8.2") (version "4.8.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.kde.org/stable/" name (uri (string-append "http://download.kde.org/stable/" name
"/" version "/" "/" version "/src/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0xnjz7bbw393q77n4s6y9frd7l2s90635w03w9a2jr85zr89fnfg")))) "05nshngk03ln90vsjz44dx8al576f4vd5fvhs1l0jmx13jb9q551"))))
(build-system cmake-build-system) (build-system cmake-build-system)
;; FIXME: Add interpreter ruby once available. ;; FIXME: Add interpreter ruby once available.
;; Add optional input libqtzeitgeist. ;; Add optional input libqtzeitgeist.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment