guix-commits
[Top][All Lists]
Advanced

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

56/92: gnu: kcmutils: Update to 5.114.0.


From: guix-commits
Subject: 56/92: gnu: kcmutils: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:20 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 77b30830910517c75a4a50382a9e5101a6acfeb6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:24 2024 -0500

    gnu: kcmutils: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kcmutils): Update to 5.114.0.
    
    Change-Id: I5ad52ac29acbb08a7cc8d3d21d62e1849d6ed7f7
---
 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 0aeca336c8..bcfe6774be 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2282,7 +2282,7 @@ using the XBEL format.")
 (define-public kcmutils
   (package
     (name "kcmutils")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2291,7 +2291,7 @@ using the XBEL format.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zhs84wrd8fkgzxwf793c6yha5nsnid4id8vs4iy7gcyahyajchr"))))
+                "1pblf3c60m0gn3vhdprw28f8y54kij02jwz91r2vnmng8d1xkrp9"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfigwidgets kservice))



reply via email to

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