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: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
5d94e27d1c
commit
794f491737
1 changed files with 3 additions and 2 deletions
|
@ -1884,7 +1884,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
(define-public plasma-nm
|
(define-public plasma-nm
|
||||||
(package
|
(package
|
||||||
(name "plasma-nm")
|
(name "plasma-nm")
|
||||||
(version "5.25.5")
|
(version "5.27.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -1892,7 +1892,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"036bx0qjrjanfxy8aiy6ab7rmm2h8l7wlkvlwhzw2hgl1w03xjps"))))
|
"1jfrd3xi4hyivkwrif6s87f9jasrnsihd7c80sqhwd1k2kl9wr0a"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
@ -1905,6 +1905,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
(inputs (list kconfigwidgets
|
(inputs (list kconfigwidgets
|
||||||
kcompletion
|
kcompletion
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
kcmutils
|
||||||
kdeclarative
|
kdeclarative
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kio
|
kio
|
||||||
|
|
Reference in a new issue