gnu: kmenuedit: Update to 6.4.3.

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

Change-Id: I145f1bf07fc723bbf0fae42e62552c226bba7bcd
This commit is contained in:
Zheng Junjie 2025-07-28 17:55:16 +08:00
parent e4943cea99
commit 520d5b4e53
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -894,7 +894,7 @@ computer's hardware.")
(define-public kmenuedit (define-public kmenuedit
(package (package
(name "kmenuedit") (name "kmenuedit")
(version "6.3.6") (version "6.4.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/"
@ -902,7 +902,7 @@ computer's hardware.")
".tar.xz")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"03k53723p181788yakfhf2hp702inln3yx7751mh0b7qcwjbv3xx")))) "12cwlwmgd9r79af54mh55l56yfvbd9svyazqi05291g1zkpjdywl"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase (arguments (list #:qtbase qtbase
#:tests? #f)) #:tests? #f))