iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 6e9241f2e021b82ab18b143a5611915c03a2a736
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 15 14:00:45 2023 +0800
gnu: bluedevil: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (bluedevil): Update to 5.27.6.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde-plasma.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 974c35e9cc..45d2089f46 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2019 Marius Bakke <[email protected]>
;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <[email protected]>
;;; Copyright © 2019 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2020 Zheng Junjie <[email protected]>
+;;; Copyright © 2020, 2023 Zheng Junjie <[email protected]>
;;; Copyright © 2022 Brendan Tildesley <[email protected]>
;;; Copyright © 2022 Petr Hodina <[email protected]>
;;;
@@ -81,17 +81,18 @@
(define-public bluedevil
(package
(name "bluedevil")
- (version "5.25.5")
+ (version "5.27.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1dsah7rcx2brcd1d5x7bvhrixx5nvwp1fwq9b8k2zc038xzpx6ys"))))
+ "0x6zfcdw03kggd4mhkhva2b2v2w2ajzs7svslm1p1p8f41vzivvw"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules pkg-config qttools-5))
(inputs (list kcoreaddons
+ kcmutils
kwidgetsaddons
kdbusaddons
knotifications