[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: Update phonon to 4.9.1
From: |
Hartmut Goebel |
Subject: |
02/04: gnu: Update phonon to 4.9.1 |
Date: |
Wed, 12 Apr 2017 04:09:13 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 446809fb359fb7089ebc8db7843c84377c046905
Author: Hartmut Goebel <address@hidden>
Date: Tue Mar 28 12:07:09 2017 +0200
gnu: Update phonon to 4.9.1
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1001813..b431a85 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -103,7 +103,7 @@ common build settings used in software produced by the KDE
community.")
(define-public phonon
(package
(name "phonon")
- (version "4.9.0")
+ (version "4.9.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -112,7 +112,7 @@ common build settings used in software produced by the KDE
community.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
+ "177647r2jqfm32hqcz2nqfqv6v48hn5ab2vc31svba2wz23fkgk7"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))