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

commit dfec4bcf4671b2f489d1d3ce740490b4d41642c8
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:28 2025 +0800

    gnu: knotifications: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (knotifications): Update to 6.10.0.
    
    Change-Id: I3255ca47ab33488a1167a9115d0d58ead3eaff26
---
 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 faa829ab6c..c0d9d687ff 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2776,7 +2776,7 @@ asynchronous jobs.")
 (define-public knotifications
   (package
     (name "knotifications")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2785,7 +2785,7 @@ asynchronous jobs.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rpflc2xjpjd588b5w8kfc4hfifxmzp58savk6x8q4vn45ldqwrx"))))
+                "18gjdb8dmindraqf4halsf1mfglld854ramfyfs3f3s0a0fqidrn"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))

Reply via email to