guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4105d39d1c7303cd89ee869bfef034359a65e7fd
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 15 16:47:44 2025 +0900

    gnu: kmenuedit: Update to 6.3.6.
    
    * gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.3.6.
    
    Change-Id: Icd01551321024d2ad5418c0a7eae7925e0517486
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 17a7fe79dd..f4e6bbbf5a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -893,7 +893,7 @@ computer's hardware.")
 (define-public kmenuedit
   (package
     (name "kmenuedit")
-    (version "6.3.4")
+    (version "6.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -901,7 +901,7 @@ computer's hardware.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0plvzwp7p0l9sp6ga7xbszh6hm3bzdb1wyd3vbidlpjwkigd37by"))))
+                "03k53723p181788yakfhf2hp702inln3yx7751mh0b7qcwjbv3xx"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase
                      #:tests? #f))

Reply via email to