iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 794f491737d39d7519351805a32795d61d3f15e7
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 15 16:58:10 2023 +0800
gnu: plasma-nm: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (plasma-nm): Update to 5.27.6.
[inputs]: Add kcmutils.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde-plasma.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 98e86d7978..a0f73013ab 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1884,7 +1884,7 @@ integration of Qt applications when running on a KDE
Plasma workspace.")
(define-public plasma-nm
(package
(name "plasma-nm")
- (version "5.25.5")
+ (version "5.27.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1892,7 +1892,7 @@ integration of Qt applications when running on a KDE
Plasma workspace.")
".tar.xz"))
(sha256
(base32
- "036bx0qjrjanfxy8aiy6ab7rmm2h8l7wlkvlwhzw2hgl1w03xjps"))))
+ "1jfrd3xi4hyivkwrif6s87f9jasrnsihd7c80sqhwd1k2kl9wr0a"))))
(build-system qt-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
@@ -1905,6 +1905,7 @@ integration of Qt applications when running on a KDE
Plasma workspace.")
(inputs (list kconfigwidgets
kcompletion
kcoreaddons
+ kcmutils
kdeclarative
kdbusaddons
kio