guix-commits
[Top][All Lists]
Advanced

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

88/332: gnu: kcmutils: Update to 5.108.0.


From: guix-commits
Subject: 88/332: gnu: kcmutils: Update to 5.108.0.
Date: Thu, 3 Aug 2023 05:43:41 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 2a27e67db3c1d98d63fefbef1d68f712e695dfa5
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 22:44:29 2023 +0800

    gnu: kcmutils: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kcmutils): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7592e4b501..2a811a928f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2201,7 +2201,7 @@ using the XBEL format.")
 (define-public kcmutils
   (package
     (name "kcmutils")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2210,7 +2210,7 @@ using the XBEL format.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0jqkg4i16jnxricrhi1cbvv7gjjj7ry3z36mzh11h48ml7rl05qx"))))
+                "1zhs84wrd8fkgzxwf793c6yha5nsnid4id8vs4iy7gcyahyajchr"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfigwidgets kservice))



reply via email to

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