guix-commits
[Top][All Lists]
Advanced

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

258/321: gnu: kdebugsettings: Update to 24.12.1.


From: guix-commits
Subject: 258/321: gnu: kdebugsettings: Update to 24.12.1.
Date: Fri, 10 Jan 2025 23:03:37 -0500 (EST)

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

commit cef764b99f761933cdd6297a60dd61ab4332ab4d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:52:01 2025 +0800

    gnu: kdebugsettings: Update to 24.12.1.
    
    * gnu/packages/kde-utils.scm (kdebugsettings): Update to 24.12.1.
    [inputs]: Add kcrash and kiconthemes.
    
    Change-Id: I05f462b08b72cf5f0ba3d797844d3f6320361def
---
 gnu/packages/kde-utils.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 6debe536bc..abd4709f03 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -412,7 +412,7 @@ Kate's features include:
 (define-public kdebugsettings
   (package
     (name "kdebugsettings")
-    (version "24.05.2")
+    (version "24.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
@@ -420,13 +420,15 @@ Kate's features include:
                                   ".tar.xz"))
               (sha256
                (base32
-                "1il9jcwya1hgqrs5yrlahk9h0hrrs5h1ay304sbixgiiafx1dcv7"))))
+                "0x9arz4a7sshn8xa8rahl1g0zgrmq1w2fbcy54wrm7m20qfxvhbn"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons
                   kconfig
+                  kcrash
                   kdbusaddons
                   ki18n
+                  kiconthemes
                   kwidgetsaddons
                   kitemviews
                   kcompletion



reply via email to

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