guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

108/465: gnu: kmenuedit: Update to 6.1.2.


From: guix-commits
Subject: 108/465: gnu: kmenuedit: Update to 6.1.2.
Date: Wed, 17 Jul 2024 23:01:25 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit fe52043d0a562698317f0e9a57398e52fde49843
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:36:05 2024 +0800

    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: I24f1f7ecb741a80042625bd6ea3ca9a2d0d53248
---
 gnu/packages/kde-plasma.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 83b6cf2d0f..4ed5eb1c63 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]