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

commit f914eb366eb8dfd5a7b1c404af7c17ba098797bd
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:11 2026 +0530

    gnu: knotifyconfig: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.22.0.
    
    Change-Id: I75ba6122ca4587db0d5a93f226bde64fa1809ed5
---
 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 6703bb6c80..91f1449fe6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4029,7 +4029,7 @@ specification.")
 (define-public knotifyconfig
   (package
     (name "knotifyconfig")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4038,7 +4038,7 @@ specification.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0iqv9a3x5d52p3vdjircrj30bdcphk40vsdkvcpa8kihacaldrqz"))))
+                "1d4xlggxszcc42bln63jyf9yadmhhshvfbs3imvnzl0q3r58dihl"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to