summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-01-21 22:55:27 +0100
committerAndreas Enge <andreas@enge.fr>2015-01-21 22:55:27 +0100
commit898da0cc4c27f73106def8b9f095b24a1ceb1d2c (patch)
tree08e562421c1881b6c939ecdf7263fcb7fd9faa32 /gnu
parent2af29d239b8f98e088fa775d2c5abb526931dac9 (diff)
gnu: phonon: Update to 4.8.3.
* gnu/packages/kde.scm (phonon): Update to 4.8.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 52ed93e6a71..936f581c3c2 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr> 2;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
@@ -60,15 +60,15 @@
60(define-public phonon 60(define-public phonon
61 (package 61 (package
62 (name "phonon") 62 (name "phonon")
63 (version "4.8.2") 63 (version "4.8.3")
64 (source (origin 64 (source (origin
65 (method url-fetch) 65 (method url-fetch)
66 (uri (string-append "http://download.kde.org/stable/" name 66 (uri (string-append "http://download.kde.org/stable/" name
67 "/" version "/" 67 "/" version "/src/"
68 name "-" version ".tar.xz")) 68 name "-" version ".tar.xz"))
69 (sha256 69 (sha256
70 (base32 70 (base32
71 "0xnjz7bbw393q77n4s6y9frd7l2s90635w03w9a2jr85zr89fnfg")))) 71 "05nshngk03ln90vsjz44dx8al576f4vd5fvhs1l0jmx13jb9q551"))))
72 (build-system cmake-build-system) 72 (build-system cmake-build-system)
73 ;; FIXME: Add interpreter ruby once available. 73 ;; FIXME: Add interpreter ruby once available.
74 ;; Add optional input libqtzeitgeist. 74 ;; Add optional input libqtzeitgeist.