diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-16 15:40:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:01:57 +0200 |
commit | 75ea6fe80e3821c59e1f33c793b953ee941d9c58 (patch) | |
tree | d308263b508ad0d74ce05f1fa9b51e15fb830c14 /gnu/packages | |
parent | 1cffa65d159558ac469de710bbf74cd30be9481b (diff) | |
download | guix-75ea6fe80e3821c59e1f33c793b953ee941d9c58.tar guix-75ea6fe80e3821c59e1f33c793b953ee941d9c58.tar.gz |
gnu: phonon: Update to 4.10.1.
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index b763a03476..fdba670b0b 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -141,7 +141,7 @@ common build settings used in software produced by the KDE community.") (define-public phonon (package (name "phonon") - (version "4.10.0") + (version "4.10.1") (source (origin (method url-fetch) (uri (string-append @@ -150,7 +150,7 @@ common build settings used in software produced by the KDE community.") name "-" version ".tar.xz")) (sha256 (base32 - "0gyhlnwamzfw31kw4qh0v6rj0m47k9wfygd6h07klg9ggp60xhg2")))) + "1dwdw0hm6685psrp7v9frhkhqvsxrbdnm3gw794j5z7g3brqvag5")))) (build-system cmake-build-system) (native-inputs ;; TODO: Think about adding pulseaudio. Is it required for sound? |