gnu: kmenuedit: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.1.3. Change-Id: I83be4d8211f2f52e08d267a67b47b3f408517a7amaster
parent
7ad08651d9
commit
81161cb27d
|
@ -800,7 +800,7 @@ computer's hardware.")
|
||||||
(define-public kmenuedit
|
(define-public kmenuedit
|
||||||
(package
|
(package
|
||||||
(name "kmenuedit")
|
(name "kmenuedit")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -808,7 +808,7 @@ computer's hardware.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wypmw265n8ni6i0hgb60fmaa5m5v759kwwh9pybc3hw81wb8m4l"))))
|
"11adzhl76ii7zd7ag2hh1xay92az2k465dlxizagml6aal7gn1lh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs (list extra-cmake-modules kdoctools))
|
(native-inputs (list extra-cmake-modules kdoctools))
|
||||||
|
|
Reference in New Issue