guix-commits
[Top][All Lists]
Advanced

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

20/55: gnu: kmenuedit: Update to 6.1.4.


From: guix-commits
Subject: 20/55: gnu: kmenuedit: Update to 6.1.4.
Date: Fri, 9 Aug 2024 12:26:42 -0400 (EDT)

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

commit e1cc97c2e86602f63a56e83d0e3174ba6db6e95e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Aug 9 23:33:50 2024 +0800

    gnu: kmenuedit: Update to 6.1.4.
    
    * gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.1.4.
    
    Change-Id: Icb701bdfb296329093660590f7972e07517c76ab
---
 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 2c5c0419ac..aa5812cb84 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -803,7 +803,7 @@ computer's hardware.")
 (define-public kmenuedit
   (package
     (name "kmenuedit")
-    (version "6.1.3")
+    (version "6.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -811,7 +811,7 @@ computer's hardware.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "11adzhl76ii7zd7ag2hh1xay92az2k465dlxizagml6aal7gn1lh"))))
+                "1l6z1bfcbnfk0xdymx0fv39f9mk2cgzkwqxw1bdl6a20wr2xg8n6"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules kdoctools))



reply via email to

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