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

commit 373bf39cf3882cf7642e76006f8ef120af13db68
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:34 2026 +0530

    gnu: ktimer: Update to 25.12.2.
    
    * gnu/packages/kde-utils.scm (ktimer): Update to 25.12.2.
    
    Change-Id: I70863490811de688cbf32b5ae8aaafb93c78a833
---
 gnu/packages/kde-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 60f731d578..621f8b87f6 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1279,14 +1279,14 @@ great on your desktop.")
 (define-public ktimer
   (package
     (name "ktimer")
-    (version "25.12.0")
+    (version "25.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/ktimer-" version ".tar.xz"))
               (sha256
                (base32
-                "0lc2irzjwmdlbxkrva4ypg2iz4z8vya2zpwiq8296npsk4b1xplj"))))
+                "0hakk825g6lf6cvn3yr4g4zpr5w6qjbby2an3dhhlag4wqdagl31"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules

Reply via email to