gnu: kmenuedit: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.1.2. [arguments]: Set #:qtbase to qtbase. Change-Id: I24f1f7ecb741a80042625bd6ea3ca9a2d0d53248master
parent
0b0e9c9ce6
commit
fe52043d0a
|
@ -664,7 +664,7 @@ computer's hardware.")
|
|||
(define-public kmenuedit
|
||||
(package
|
||||
(name "kmenuedit")
|
||||
(version "5.27.7")
|
||||
(version "6.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -672,8 +672,9 @@ computer's hardware.")
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n60z44wbsjinrcrhs5cfnjs9szpsv2wzva2fiwwgh36j6zz5av7"))))
|
||||
"0wypmw265n8ni6i0hgb60fmaa5m5v759kwwh9pybc3hw81wb8m4l"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
(inputs (list ki18n
|
||||
kxmlgui
|
||||
|
|
Reference in New Issue