[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26352: [PATCH 2/3] gnu: Update phonon to 4.9.1
From: |
Hartmut Goebel |
Subject: |
bug#26352: [PATCH 2/3] gnu: Update phonon to 4.9.1 |
Date: |
Mon, 3 Apr 2017 20:56:41 +0200 |
* 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)))
--
2.7.4
- bug#26352: [PATCH 0/3] Update KDE Frameworks to 5.32, Hartmut Goebel, 2017/04/03
- bug#26352: [PATCH 1/3] gnu: Update networkmanager to version 1.6.2., Hartmut Goebel, 2017/04/03
- bug#26352: [PATCH 2/3] gnu: Update phonon to 4.9.1,
Hartmut Goebel <=
- bug#26352: [PATCH 3/3] gnu: Update kde-frameworks to 5.32.0, Hartmut Goebel, 2017/04/03
- bug#26352: [PATCH 1/3] gnu: Update networkmanager to version 1.6.2., Ludovic Courtès, 2017/04/10
- bug#26352: [PATCH 1/3] gnu: Update networkmanager to version 1.6.2., Hartmut Goebel, 2017/04/11
- bug#26352: [PATCH 1/3] gnu: Update networkmanager to version 1.6.2., Ludovic Courtès, 2017/04/11
- bug#26352: [PATCH 1/3] gnu: Update networkmanager to version 1.6.2., Hartmut Goebel, 2017/04/12
- bug#26352: close, Hartmut Goebel, 2017/04/12
- bug#26352: close, Clément Lassieur, 2017/04/12
bug#26352: [PATCH 4/4] gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE., Hartmut Goebel, 2017/04/03