me
/
guix
Archived
1
0
Fork 0

gnu: kmenuedit: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.1.3.

Change-Id: I83be4d8211f2f52e08d267a67b47b3f408517a7a
master
Zheng Junjie 2024-07-20 19:10:25 +08:00
parent 7ad08651d9
commit 81161cb27d
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -800,7 +800,7 @@ computer's hardware.")
(define-public kmenuedit
(package
(name "kmenuedit")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -808,7 +808,7 @@ computer's hardware.")
".tar.xz"))
(sha256
(base32
"0wypmw265n8ni6i0hgb60fmaa5m5v759kwwh9pybc3hw81wb8m4l"))))
"11adzhl76ii7zd7ag2hh1xay92az2k465dlxizagml6aal7gn1lh"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))